#CC6771

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

Shades of Cabaret #CC6771

Tints of Cabaret #CC6771

Color information

#CC6771 (or 0xCC6771) is unknown color: approx Cabaret. HEX triplet: CC, 67 and 71. RGB value is (204,103,113). Sum of RGB (Red+Green+Blue) = 204+103+113=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6771 is #33988E. Grayscale: #868686. Windows color (decimal): -3381391 or 7432140. OLE color: 7432140.

HSL color Cylindrical-coordinate representation of color #CC6771: hue angle of 354.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6771 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204103113-
CMYK00.500.450.2
HSL354.06º49.75%60.2%-
HSV(B)354.06º49.51%80%-
XYZ32.7323.7318.48-
YUV134.34115.96177.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=48.57%
G=24.52%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410311300.500.450.2354.0649.7560.2
HexCC67710322D14162323c
Octal31414716106255245426274
Binary1100110011001111110001011001010110110100101100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6771; }

 p { color: rgb(204,103,113); }

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

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

 a { background-color: rgb(204,103,113); }

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

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

 span { border-color: rgb(204,103,113); }

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