#CC6773

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

Shades of Cabaret #CC6773

Tints of Cabaret #CC6773

Color information

#CC6773 (or 0xCC6773) is unknown color: approx Cabaret. HEX triplet: CC, 67 and 73. RGB value is (204,103,115). Sum of RGB (Red+Green+Blue) = 204+103+115=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6773 is #33988C. Grayscale: #868686. Windows color (decimal): -3381389 or 7563212. OLE color: 7563212.

HSL color Cylindrical-coordinate representation of color #CC6773: hue angle of 352.87º 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 #CC6773 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204103115-
CMYK00.500.440.2
HSL352.87º49.75%60.2%-
HSV(B)352.87º49.51%80%-
XYZ32.8523.7819.08-
YUV134.57116.96177.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=48.34%
G=24.41%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410311500.500.440.2352.8749.7560.2
HexCC67730322C14161323c
Octal31414716306254245416274
Binary1100110011001111110011011001010110010100101100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6773; }

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

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

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

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

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

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

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

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