#CF666F

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

Shades of Cabaret #CF666F

Tints of Cabaret #CF666F

Color information

#CF666F (or 0xCF666F) is unknown color: approx Cabaret. HEX triplet: CF, 66 and 6F. RGB value is (207,102,111). Sum of RGB (Red+Green+Blue) = 207+102+111=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF666F is #309990. Grayscale: #868686. Windows color (decimal): -3185041 or 7300815. OLE color: 7300815.

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

Color convert

RGB207102111-
CMYK00.510.460.19
HSL354.86º52.24%60.59%-
HSV(B)354.86º50.72%81.18%-
XYZ33.3523.9217.9-
YUV134.42114.79179.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=49.29%
G=24.29%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710211100.510.460.19354.8652.2460.59
HexCF666F0332E13163343d
Octal31714615706356235436475
Binary1100111111001101101111011001110111010011101100011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF666F; }

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

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

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

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

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

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

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

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