#CC4868

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

Shades of Cabaret #CC4868

Tints of Cabaret #CC4868

Color information

#CC4868 (or 0xCC4868) is unknown color: approx Cabaret. HEX triplet: CC, 48 and 68. RGB value is (204,72,104). Sum of RGB (Red+Green+Blue) = 204+72+104=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4868 is #33B797. Grayscale: #737373. Windows color (decimal): -3389336 or 6834380. OLE color: 6834380.

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

Color convert

RGB20472104-
CMYK00.650.490.2
HSL345.45º56.41%54.12%-
HSV(B)345.45º64.71%80%-
XYZ29.7218.4715.1-
YUV115.12121.73191.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=53.68%
G=18.95%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047210400.650.490.2345.4556.4154.12
HexCC486804131141593836
Octal314110150010161245317066
Binary11001100100100011010000100000111000110100101011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4868; }

 p { color: rgb(204,72,104); }

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

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

 a { background-color: rgb(204,72,104); }

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

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

 span { border-color: rgb(204,72,104); }

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