#CC4962

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

Shades of Cabaret #CC4962

Tints of Cabaret #CC4962

Color information

#CC4962 (or 0xCC4962) is unknown color: approx Cabaret. HEX triplet: CC, 49 and 62. RGB value is (204,73,98). Sum of RGB (Red+Green+Blue) = 204+73+98=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4962 is #33B69D. Grayscale: #737373. Windows color (decimal): -3389086 or 6441420. OLE color: 6441420.

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

Color convert

RGB2047398-
CMYK00.640.520.2
HSL348.55º56.22%54.31%-
HSV(B)348.55º64.22%80%-
XYZ29.4918.4813.57-
YUV115.02118.4191.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=54.4%
G=19.47%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204739800.640.520.2348.5556.2254.31
HexCC4962040341415d3836
Octal314111142010064245357066
Binary11001100100100111000100100000011010010100101011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4962; }

 p { color: rgb(204,73,98); }

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

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

 a { background-color: rgb(204,73,98); }

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

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

 span { border-color: rgb(204,73,98); }

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