#CF4063

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

Shades of Cabaret #CF4063

Tints of Cabaret #CF4063

Color information

#CF4063 (or 0xCF4063) is unknown color: approx Cabaret. HEX triplet: CF, 40 and 63. RGB value is (207,64,99). Sum of RGB (Red+Green+Blue) = 207+64+99=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4063 is #30BF9C. Grayscale: #6E6E6E. Windows color (decimal): -3194781 or 6504655. OLE color: 6504655.

HSL color Cylindrical-coordinate representation of color #CF4063: hue angle of 345.31º 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 #CF4063 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB2076499-
CMYK00.690.520.19
HSL345.31º59.83%53.14%-
HSV(B)345.31º69.08%81.18%-
XYZ29.8217.8313.67-
YUV110.75121.38196.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=55.95%
G=17.30%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207649900.690.520.19345.3159.8353.14
HexCF406304534131593c35
Octal317100143010564235317465
Binary11001111100000011000110100010111010010011101011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4063; }

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

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

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

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

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

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

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

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