#CC456F

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

Shades of Cabaret #CC456F

Tints of Cabaret #CC456F

Color information

#CC456F (or 0xCC456F) is unknown color: approx Cabaret. HEX triplet: CC, 45 and 6F. RGB value is (204,69,111). Sum of RGB (Red+Green+Blue) = 204+69+111=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456F is #33BA90. Grayscale: #727272. Windows color (decimal): -3390097 or 7292364. OLE color: 7292364.

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

Color convert

RGB20469111-
CMYK00.660.460.2
HSL341.33º56.96%53.53%-
HSV(B)341.33º66.18%80%-
XYZ29.918.2416.98-
YUV114.15126.23192.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 111 (43.75% from 255) = 28.91%
R=53.12%
G=17.97%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046911100.660.460.2341.3356.9653.53
HexCC456F0422E141553936
Octal314105157010256245257166
Binary11001100100010111011110100001010111010100101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC456F; }

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

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

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

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

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

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

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

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