#C8585A

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

Shades of Mandy #C8585A

Tints of Mandy #C8585A

Color information

#C8585A (or 0xC8585A) is unknown color: approx Mandy. HEX triplet: C8, 58 and 5A. RGB value is (200,88,90). Sum of RGB (Red+Green+Blue) = 200+88+90=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585A is #37A7A5. Grayscale: #797979. Windows color (decimal): -3647398 or 5920968. OLE color: 5920968.

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

Color convert

RGB2008890-
CMYK00.560.550.22
HSL358.93º50.45%56.47%-
HSV(B)358.93º56%78.43%-
XYZ29.152012-
YUV121.72110.11183.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=52.91%
G=23.28%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200889000.560.550.22358.9350.4556.47
HexC8585A03837161673238
Octal31013013207067265476270
Binary1100100010110001011010011100011011110110101100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8585A; }

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

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

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

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

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

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

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

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