#CF6677

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

Shades of Cabaret #CF6677

Tints of Cabaret #CF6677

Color information

#CF6677 (or 0xCF6677) is unknown color: approx Cabaret. HEX triplet: CF, 66 and 77. RGB value is (207,102,119). Sum of RGB (Red+Green+Blue) = 207+102+119=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6677 is #309988. Grayscale: #878787. Windows color (decimal): -3185033 or 7825103. OLE color: 7825103.

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

Color convert

RGB207102119-
CMYK00.510.430.19
HSL350.29º52.24%60.59%-
HSV(B)350.29º50.72%81.18%-
XYZ33.8124.120.32-
YUV135.33118.79179.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=48.36%
G=23.83%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710211900.510.430.19350.2952.2460.59
HexCF66770332B1315e343d
Octal31714616706353235366475
Binary1100111111001101110111011001110101110011101011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6677; }

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

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

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

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

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

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

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

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