#CC4273

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

Shades of Cabaret #CC4273

Tints of Cabaret #CC4273

Color information

#CC4273 (or 0xCC4273) is unknown color: approx Cabaret. HEX triplet: CC, 42 and 73. RGB value is (204,66,115). Sum of RGB (Red+Green+Blue) = 204+66+115=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4273 is #33BD8C. Grayscale: #707070. Windows color (decimal): -3390861 or 7553740. OLE color: 7553740.

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

Color convert

RGB20466115-
CMYK00.680.440.2
HSL338.7º57.5%52.94%-
HSV(B)338.7º67.65%80%-
XYZ29.9417.9718.11-
YUV112.85129.22193.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=52.99%
G=17.14%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046611500.680.440.2338.757.552.94
HexCC42730442C141533a35
Octal314102163010454245237265
Binary11001100100001011100110100010010110010100101010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4273; }

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

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

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

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

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

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

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

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