#C8585B

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

Shades of Mandy #C8585B

Tints of Mandy #C8585B

Color information

#C8585B (or 0xC8585B) is unknown color: approx Mandy. HEX triplet: C8, 58 and 5B. RGB value is (200,88,91). Sum of RGB (Red+Green+Blue) = 200+88+91=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585B is #37A7A4. Grayscale: #797979. Windows color (decimal): -3647397 or 5986504. OLE color: 5986504.

HSL color Cylindrical-coordinate representation of color #C8585B: hue angle of 358.39º 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 #C8585B is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB2008891-
CMYK00.560.540.22
HSL358.39º50.45%56.47%-
HSV(B)358.39º56%78.43%-
XYZ29.220.0112.22-
YUV121.83110.61183.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=52.77%
G=23.22%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200889100.560.540.22358.3950.4556.47
HexC8585B03836161663238
Octal31013013307066265466270
Binary1100100010110001011011011100011011010110101100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8585B; }

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

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

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

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

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

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

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

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