#CC456E

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

Shades of Cabaret #CC456E

Tints of Cabaret #CC456E

Color information

#CC456E (or 0xCC456E) is unknown color: approx Cabaret. HEX triplet: CC, 45 and 6E. RGB value is (204,69,110). Sum of RGB (Red+Green+Blue) = 204+69+110=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456E is #33BA91. Grayscale: #727272. Windows color (decimal): -3390098 or 7226828. OLE color: 7226828.

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

Color convert

RGB20469110-
CMYK00.660.460.2
HSL341.78º56.96%53.53%-
HSV(B)341.78º66.18%80%-
XYZ29.8418.2216.7-
YUV114.04125.73192.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=53.26%
G=18.02%
B=28.72%

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
Decimal2046911000.660.460.2341.7856.9653.53
HexCC456E0422E141563936
Octal314105156010256245267166
Binary11001100100010111011100100001010111010100101010110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC456E; }

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

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

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

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

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

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

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

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