#CC456C

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

Shades of Cabaret #CC456C

Tints of Cabaret #CC456C

Color information

#CC456C (or 0xCC456C) is unknown color: approx Cabaret. HEX triplet: CC, 45 and 6C. RGB value is (204,69,108). Sum of RGB (Red+Green+Blue) = 204+69+108=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456C is #33BA93. Grayscale: #717171. Windows color (decimal): -3390100 or 7095756. OLE color: 7095756.

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

Color convert

RGB20469108-
CMYK00.660.470.2
HSL342.67º56.96%53.53%-
HSV(B)342.67º66.18%80%-
XYZ29.7418.1816.13-
YUV113.81124.73192.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=53.54%
G=18.11%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046910800.660.470.2342.6756.9653.53
HexCC456C0422F141573936
Octal314105154010257245277166
Binary11001100100010111011000100001010111110100101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC456C; }

 p { color: rgb(204,69,108); }

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

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

 a { background-color: rgb(204,69,108); }

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

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

 span { border-color: rgb(204,69,108); }

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