#CF5C79

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

Shades of Cabaret #CF5C79

Tints of Cabaret #CF5C79

Color information

#CF5C79 (or 0xCF5C79) is unknown color: approx Cabaret. HEX triplet: CF, 5C and 79. RGB value is (207,92,121). Sum of RGB (Red+Green+Blue) = 207+92+121=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C79 is #30A386. Grayscale: #818181. Windows color (decimal): -3187591 or 7953615. OLE color: 7953615.

HSL color Cylindrical-coordinate representation of color #CF5C79: hue angle of 344.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5C79 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB20792121-
CMYK00.560.420.19
HSL344.87º54.5%58.63%-
HSV(B)344.87º55.56%81.18%-
XYZ33.0122.320.65-
YUV129.69123.1183.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=49.29%
G=21.90%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079212100.560.420.19344.8754.558.63
HexCF5C790382A13159373b
Octal31713417107052235316773
Binary1100111110111001111001011100010101010011101011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C79; }

 p { color: rgb(207,92,121); }

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

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

 a { background-color: rgb(207,92,121); }

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

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

 span { border-color: rgb(207,92,121); }

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