#CC5276

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

Shades of Cabaret #CC5276

Tints of Cabaret #CC5276

Color information

#CC5276 (or 0xCC5276) is unknown color: approx Cabaret. HEX triplet: CC, 52 and 76. RGB value is (204,82,118). Sum of RGB (Red+Green+Blue) = 204+82+118=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5276 is #33AD89. Grayscale: #7A7A7A. Windows color (decimal): -3386762 or 7754444. OLE color: 7754444.

HSL color Cylindrical-coordinate representation of color #CC5276: hue angle of 342.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5276 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB20482118-
CMYK00.600.420.2
HSL342.3º54.46%56.08%-
HSV(B)342.3º59.8%80%-
XYZ31.1920.1819.39-
YUV122.58125.42186.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=50.50%
G=20.30%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048211800.600.420.2342.354.4656.08
HexCC527603C2A141563638
Octal31412216607452245266670
Binary1100110010100101110110011110010101010100101010110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5276; }

 p { color: rgb(204,82,118); }

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

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

 a { background-color: rgb(204,82,118); }

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

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

 span { border-color: rgb(204,82,118); }

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