#CF4166

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

Shades of Cabaret #CF4166

Tints of Cabaret #CF4166

Color information

#CF4166 (or 0xCF4166) is unknown color: approx Cabaret. HEX triplet: CF, 41 and 66. RGB value is (207,65,102). Sum of RGB (Red+Green+Blue) = 207+65+102=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4166 is #30BE99. Grayscale: #6F6F6F. Windows color (decimal): -3194522 or 6701519. OLE color: 6701519.

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

Color convert

RGB20765102-
CMYK00.690.510.19
HSL344.37º59.66%53.33%-
HSV(B)344.37º68.6%81.18%-
XYZ30.0218.0114.46-
YUV111.68122.54195.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=55.35%
G=17.38%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2076510200.690.510.19344.3759.6653.33
HexCF416604533131583c35
Octal317101146010563235307465
Binary11001111100000111001100100010111001110011101011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4166; }

 p { color: rgb(207,65,102); }

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

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

 a { background-color: rgb(207,65,102); }

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

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

 span { border-color: rgb(207,65,102); }

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