#C8585C

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

Shades of Mandy #C8585C

Tints of Mandy #C8585C

Color information

#C8585C (or 0xC8585C) is unknown color: approx Mandy. HEX triplet: C8, 58 and 5C. RGB value is (200,88,92). Sum of RGB (Red+Green+Blue) = 200+88+92=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8585C is #37A7A3. Grayscale: #7A7A7A. Windows color (decimal): -3647396 or 6052040. OLE color: 6052040.

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

Color convert

RGB2008892-
CMYK00.560.540.22
HSL357.86º50.45%56.47%-
HSV(B)357.86º56%78.43%-
XYZ29.2420.0312.45-
YUV121.94111.11183.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=52.63%
G=23.16%
B=24.21%

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
Decimal200889200.560.540.22357.8650.4556.47
HexC8585C03836161663238
Octal31013013407066265466270
Binary1100100010110001011100011100011011010110101100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8585C; }

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

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

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

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

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

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

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

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