#CF4262

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

Shades of Cabaret #CF4262

Tints of Cabaret #CF4262

Color information

#CF4262 (or 0xCF4262) is unknown color: approx Cabaret. HEX triplet: CF, 42 and 62. RGB value is (207,66,98). Sum of RGB (Red+Green+Blue) = 207+66+98=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4262 is #30BD9D. Grayscale: #6F6F6F. Windows color (decimal): -3194270 or 6439631. OLE color: 6439631.

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

Color convert

RGB2076698-
CMYK00.680.530.19
HSL346.38º59.49%53.53%-
HSV(B)346.38º68.12%81.18%-
XYZ29.8818.0413.46-
YUV111.81120.21195.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=55.80%
G=17.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207669800.680.530.19346.3859.4953.53
HexCF4262044351315a3b36
Octal317102142010465235327366
Binary11001111100001011000100100010011010110011101011010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4262; }

 p { color: rgb(207,66,98); }

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

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

 a { background-color: rgb(207,66,98); }

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

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

 span { border-color: rgb(207,66,98); }

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