#CC6072

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

Shades of Cabaret #CC6072

Tints of Cabaret #CC6072

Color information

#CC6072 (or 0xCC6072) is unknown color: approx Cabaret. HEX triplet: CC, 60 and 72. RGB value is (204,96,114). Sum of RGB (Red+Green+Blue) = 204+96+114=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6072 is #339F8D. Grayscale: #828282. Windows color (decimal): -3383182 or 7495884. OLE color: 7495884.

HSL color Cylindrical-coordinate representation of color #CC6072: hue angle of 350º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6072 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB20496114-
CMYK00.530.440.2
HSL350º51.43%58.82%-
HSV(B)350º52.94%80%-
XYZ32.1222.4218.55-
YUV130.34118.78180.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=49.28%
G=23.19%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049611400.530.440.235051.4358.82
HexCC60720352C1415e333b
Octal31414016206554245366373
Binary1100110011000001110010011010110110010100101011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6072; }

 p { color: rgb(204,96,114); }

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

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

 a { background-color: rgb(204,96,114); }

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

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

 span { border-color: rgb(204,96,114); }

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