#CC6070

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

Shades of Cabaret #CC6070

Tints of Cabaret #CC6070

Color information

#CC6070 (or 0xCC6070) is unknown color: approx Cabaret. HEX triplet: CC, 60 and 70. RGB value is (204,96,112). Sum of RGB (Red+Green+Blue) = 204+96+112=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6070 is #339F8F. Grayscale: #828282. Windows color (decimal): -3383184 or 7364812. OLE color: 7364812.

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

Color convert

RGB20496112-
CMYK00.530.450.2
HSL351.11º51.43%58.82%-
HSV(B)351.11º52.94%80%-
XYZ32.0122.3717.96-
YUV130.12117.78180.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=49.51%
G=23.30%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049611200.530.450.2351.1151.4358.82
HexCC60700352D1415f333b
Octal31414016006555245376373
Binary1100110011000001110000011010110110110100101011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6070; }

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

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

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

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

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

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

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

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