#CD556A

Color #CD556A Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CD556A

Tints of Cabaret #CD556A

Color information

#CD556A (or 0xCD556A) is unknown color: approx Cabaret. HEX triplet: CD, 55 and 6A. RGB value is (205,85,106). Sum of RGB (Red+Green+Blue) = 205+85+106=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD556A is #32AA95. Grayscale: #7B7B7B. Windows color (decimal): -3320470 or 6968781. OLE color: 6968781.

HSL color Cylindrical-coordinate representation of color #CD556A: hue angle of 349.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD556A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20585106-
CMYK00.590.480.20
HSL349.5º54.55%56.86%-
HSV(B)349.5º58.54%80.39%-
XYZ31.0320.5215.96-
YUV123.27118.26186.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=51.77%
G=21.46%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058510600.590.480.20349.554.5556.86
HexCD556A03B301415e3739
Octal31512515207360245366771
Binary1100110110101011101010011101111000010100101011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD556A; }

 p { color: rgb(205,85,106); }

 H1.HeaderClassName
 {
   color: #CD556A;
 }
 .AnyTagClassName
 {
   color: #CD556A;
 }
</style>
background-color css

<style>
 a { background-color: #CD556A; }

 a { background-color: rgb(205,85,106); }

 div.DivClassName
 {
   background-color: #CD556A;
 }
 .BgClassName
 {
   background-color: #CD556A;
 }
</style>
border-color css

<style>
 span { border-color: #CD556A; }

 span { border-color: rgb(205,85,106); }

 td.TdClassName
 {
   border-color: #CD556A;
 }
 .TagClassName
 {
   border-color: #CD556A;
 }
</style>