#CC5467

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

Shades of Cabaret #CC5467

Tints of Cabaret #CC5467

Color information

#CC5467 (or 0xCC5467) is unknown color: approx Cabaret. HEX triplet: CC, 54 and 67. RGB value is (204,84,103). Sum of RGB (Red+Green+Blue) = 204+84+103=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5467 is #33AB98. Grayscale: #7A7A7A. Windows color (decimal): -3386265 or 6771916. OLE color: 6771916.

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

Color convert

RGB20484103-
CMYK00.590.500.2
HSL350.5º54.05%56.47%-
HSV(B)350.5º58.82%80%-
XYZ30.5220.1615.11-
YUV122.05117.26186.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=52.17%
G=21.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048410300.590.500.2350.554.0556.47
HexCC546703B321415e3638
Octal31412414707362245366670
Binary1100110010101001100111011101111001010100101011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5467; }

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

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

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

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

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

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

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

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