#CF666C

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

Shades of Cabaret #CF666C

Tints of Cabaret #CF666C

Color information

#CF666C (or 0xCF666C) is unknown color: approx Cabaret. HEX triplet: CF, 66 and 6C. RGB value is (207,102,108). Sum of RGB (Red+Green+Blue) = 207+102+108=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF666C is #309993. Grayscale: #868686. Windows color (decimal): -3185044 or 7104207. OLE color: 7104207.

HSL color Cylindrical-coordinate representation of color #CF666C: hue angle of 356.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF666C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207102108-
CMYK00.510.480.19
HSL356.57º52.24%60.59%-
HSV(B)356.57º50.72%81.18%-
XYZ33.1923.8517.04-
YUV134.08113.29180.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=49.64%
G=24.46%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710210800.510.480.19356.5752.2460.59
HexCF666C0333013165343d
Octal31714615406360235456475
Binary1100111111001101101100011001111000010011101100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF666C; }

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

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

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

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

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

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

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

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