#CD5779

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

Shades of Cabaret #CD5779

Tints of Cabaret #CD5779

Color information

#CD5779 (or 0xCD5779) is unknown color: approx Cabaret. HEX triplet: CD, 57 and 79. RGB value is (205,87,121). Sum of RGB (Red+Green+Blue) = 205+87+121=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5779 is #32A886. Grayscale: #7E7E7E. Windows color (decimal): -3319943 or 7952333. OLE color: 7952333.

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

Color convert

RGB20587121-
CMYK00.580.410.20
HSL342.71º54.13%57.25%-
HSV(B)342.71º57.56%80.39%-
XYZ32.0421.1820.49-
YUV126.16125.09184.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.64%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=49.64%
G=21.07%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058712100.580.410.20342.7154.1357.25
HexCD577903A29141573639
Octal31512717107251245276671
Binary1100110110101111111001011101010100110100101010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5779; }

 p { color: rgb(205,87,121); }

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

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

 a { background-color: rgb(205,87,121); }

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

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

 span { border-color: rgb(205,87,121); }

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