#CC5A6D

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

Shades of Cabaret #CC5A6D

Tints of Cabaret #CC5A6D

Color information

#CC5A6D (or 0xCC5A6D) is unknown color: approx Cabaret. HEX triplet: CC, 5A and 6D. RGB value is (204,90,109). Sum of RGB (Red+Green+Blue) = 204+90+109=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A6D is #33A592. Grayscale: #7E7E7E. Windows color (decimal): -3384723 or 7166668. OLE color: 7166668.

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

Color convert

RGB20490109-
CMYK00.560.470.2
HSL350º52.78%57.65%-
HSV(B)350º55.88%80%-
XYZ31.3221.2516.92-
YUV126.25118.27183.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=50.62%
G=22.33%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049010900.560.470.235052.7857.65
HexCC5A6D0382F1415e353a
Octal31413215507057245366572
Binary1100110010110101101101011100010111110100101011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A6D; }

 p { color: rgb(204,90,109); }

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

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

 a { background-color: rgb(204,90,109); }

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

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

 span { border-color: rgb(204,90,109); }

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