#CF4060

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

Shades of Cabaret #CF4060

Tints of Cabaret #CF4060

Color information

#CF4060 (or 0xCF4060) is unknown color: approx Cabaret. HEX triplet: CF, 40 and 60. RGB value is (207,64,96). Sum of RGB (Red+Green+Blue) = 207+64+96=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4060 is #30BF9F. Grayscale: #6E6E6E. Windows color (decimal): -3194784 or 6308047. OLE color: 6308047.

HSL color Cylindrical-coordinate representation of color #CF4060: hue angle of 346.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4060 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2076496-
CMYK00.690.540.19
HSL346.57º59.83%53.14%-
HSV(B)346.57º69.08%81.18%-
XYZ29.6817.7812.93-
YUV110.4119.88196.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=56.40%
G=17.44%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207649600.690.540.19346.5759.8353.14
HexCF4060045361315b3c35
Octal317100140010566235337465
Binary11001111100000011000000100010111011010011101011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4060; }

 p { color: rgb(207,64,96); }

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

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

 a { background-color: rgb(207,64,96); }

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

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

 span { border-color: rgb(207,64,96); }

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