#CC5E6E

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

Shades of Cabaret #CC5E6E

Tints of Cabaret #CC5E6E

Color information

#CC5E6E (or 0xCC5E6E) is unknown color: approx Cabaret. HEX triplet: CC, 5E and 6E. RGB value is (204,94,110). Sum of RGB (Red+Green+Blue) = 204+94+110=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E6E is #33A191. Grayscale: #808080. Windows color (decimal): -3383698 or 7233228. OLE color: 7233228.

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

Color convert

RGB20494110-
CMYK00.540.460.2
HSL351.27º51.89%58.43%-
HSV(B)351.27º53.92%80%-
XYZ31.7221.9717.32-
YUV128.71117.44181.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=50%
G=23.04%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049411000.540.460.2351.2751.8958.43
HexCC5E6E0362E1415f343a
Octal31413615606656245376472
Binary1100110010111101101110011011010111010100101011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E6E; }

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

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

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

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

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

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

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

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