#C85658

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

Shades of Mandy #C85658

Tints of Mandy #C85658

Color information

#C85658 (or 0xC85658) is unknown color: approx Mandy. HEX triplet: C8, 56 and 58. RGB value is (200,86,88). Sum of RGB (Red+Green+Blue) = 200+86+88=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C85658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85658 is #37A9A7. Grayscale: #787878. Windows color (decimal): -3647912 or 5789384. OLE color: 5789384.

HSL color Cylindrical-coordinate representation of color #C85658: hue angle of 358.95º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85658 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB2008688-
CMYK00.570.560.22
HSL358.95º50.89%56.08%-
HSV(B)358.95º57%78.43%-
XYZ28.9119.6411.5-
YUV120.31109.77184.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.48%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=53.48%
G=22.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200868800.570.560.22358.9550.8956.08
HexC8565803938161673338
Octal31012613007170265476370
Binary1100100010101101011000011100111100010110101100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85658; }

 p { color: rgb(200,86,88); }

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

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

 a { background-color: rgb(200,86,88); }

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

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

 span { border-color: rgb(200,86,88); }

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