#CF666B

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

Shades of Cabaret #CF666B

Tints of Cabaret #CF666B

Color information

#CF666B (or 0xCF666B) is unknown color: approx Cabaret. HEX triplet: CF, 66 and 6B. RGB value is (207,102,107). Sum of RGB (Red+Green+Blue) = 207+102+107=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF666B is #309994. Grayscale: #868686. Windows color (decimal): -3185045 or 7038671. OLE color: 7038671.

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

Color convert

RGB207102107-
CMYK00.510.480.19
HSL357.14º52.24%60.59%-
HSV(B)357.14º50.72%81.18%-
XYZ33.1423.8316.76-
YUV133.96112.79180.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=49.76%
G=24.52%
B=25.72%

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
Decimal20710210700.510.480.19357.1452.2460.59
HexCF666B0333013165343d
Octal31714615306360235456475
Binary1100111111001101101011011001111000010011101100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF666B; }

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

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

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

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

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

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

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

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