#CC565B

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

Shades of Mandy #CC565B

Tints of Mandy #CC565B

Color information

#CC565B (or 0xCC565B) is unknown color: approx Mandy. HEX triplet: CC, 56 and 5B. RGB value is (204,86,91). Sum of RGB (Red+Green+Blue) = 204+86+91=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565B is #33A9A4. Grayscale: #797979. Windows color (decimal): -3385765 or 5985996. OLE color: 5985996.

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

Color convert

RGB2048691-
CMYK00.580.550.2
HSL357.46º53.64%56.86%-
HSV(B)357.46º57.84%80%-
XYZ30.1220.2512.22-
YUV121.85110.59186.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=53.54%
G=22.57%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204869100.580.550.2357.4653.6456.86
HexCC565B03A37141653639
Octal31412613307267245456671
Binary1100110010101101011011011101011011110100101100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC565B; }

 p { color: rgb(204,86,91); }

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

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

 a { background-color: rgb(204,86,91); }

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

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

 span { border-color: rgb(204,86,91); }

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