#CC4B62

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

Shades of Cabaret #CC4B62

Tints of Cabaret #CC4B62

Color information

#CC4B62 (or 0xCC4B62) is unknown color: approx Cabaret. HEX triplet: CC, 4B and 62. RGB value is (204,75,98). Sum of RGB (Red+Green+Blue) = 204+75+98=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4B62 is #33B49D. Grayscale: #747474. Windows color (decimal): -3388574 or 6441932. OLE color: 6441932.

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

Color convert

RGB2047598-
CMYK00.630.520.2
HSL349.3º55.84%54.71%-
HSV(B)349.3º63.24%80%-
XYZ29.6218.7513.61-
YUV116.19117.74190.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=54.11%
G=19.89%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204759800.630.520.2349.355.8454.71
HexCC4B6203F341415d3837
Octal31411314207764245357067
Binary1100110010010111100010011111111010010100101011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4B62; }

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

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

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

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

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

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

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

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