#CC565C

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

Shades of Mandy #CC565C

Tints of Mandy #CC565C

Color information

#CC565C (or 0xCC565C) is unknown color: approx Mandy. HEX triplet: CC, 56 and 5C. RGB value is (204,86,92). Sum of RGB (Red+Green+Blue) = 204+86+92=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565C is #33A9A3. Grayscale: #7A7A7A. Windows color (decimal): -3385764 or 6051532. OLE color: 6051532.

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

Color convert

RGB2048692-
CMYK00.580.550.2
HSL356.95º53.64%56.86%-
HSV(B)356.95º57.84%80%-
XYZ30.1620.2712.45-
YUV121.97111.09186.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=53.40%
G=22.51%
B=24.08%

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
Decimal204869200.580.550.2356.9553.6456.86
HexCC565C03A37141653639
Octal31412613407267245456671
Binary1100110010101101011100011101011011110100101100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC565C; }

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

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

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

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

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

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

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

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