#CC4867

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

Shades of Cabaret #CC4867

Tints of Cabaret #CC4867

Color information

#CC4867 (or 0xCC4867) is unknown color: approx Cabaret. HEX triplet: CC, 48 and 67. RGB value is (204,72,103). Sum of RGB (Red+Green+Blue) = 204+72+103=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4867 is #33B798. Grayscale: #737373. Windows color (decimal): -3389337 or 6768844. OLE color: 6768844.

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

Color convert

RGB20472103-
CMYK00.650.500.2
HSL345.91º56.41%54.12%-
HSV(B)345.91º64.71%80%-
XYZ29.6718.4514.83-
YUV115121.23191.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=53.83%
G=19.00%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047210300.650.500.2345.9156.4154.12
HexCC4867041321415a3836
Octal314110147010162245327066
Binary11001100100100011001110100000111001010100101011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4867; }

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

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

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

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

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

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

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

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