#CF596F

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

Shades of Cabaret #CF596F

Tints of Cabaret #CF596F

Color information

#CF596F (or 0xCF596F) is unknown color: approx Cabaret. HEX triplet: CF, 59 and 6F. RGB value is (207,89,111). Sum of RGB (Red+Green+Blue) = 207+89+111=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF596F is #30A690. Grayscale: #7E7E7E. Windows color (decimal): -3188369 or 7297487. OLE color: 7297487.

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

Color convert

RGB20789111-
CMYK00.570.460.19
HSL348.81º55.14%58.04%-
HSV(B)348.81º57%81.18%-
XYZ32.1721.5617.5-
YUV126.79119.09185.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=50.86%
G=21.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078911100.570.460.19348.8155.1458.04
HexCF596F0392E1315d373a
Octal31713115707156235356772
Binary1100111110110011101111011100110111010011101011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF596F; }

 p { color: rgb(207,89,111); }

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

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

 a { background-color: rgb(207,89,111); }

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

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

 span { border-color: rgb(207,89,111); }

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