#CD5979

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

Shades of Cabaret #CD5979

Tints of Cabaret #CD5979

Color information

#CD5979 (or 0xCD5979) is unknown color: approx Cabaret. HEX triplet: CD, 59 and 79. RGB value is (205,89,121). Sum of RGB (Red+Green+Blue) = 205+89+121=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5979 is #32A686. Grayscale: #7F7F7F. Windows color (decimal): -3319431 or 7952845. OLE color: 7952845.

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

Color convert

RGB20589121-
CMYK00.570.410.20
HSL343.45º53.7%57.65%-
HSV(B)343.45º56.59%80.39%-
XYZ32.221.520.54-
YUV127.33124.43183.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.40%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=49.40%
G=21.45%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058912100.570.410.20343.4553.757.65
HexCD59790392914157363a
Octal31513117107151245276672
Binary1100110110110011111001011100110100110100101010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5979; }

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

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

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

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

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

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

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

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