#C8555A

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

Shades of Mandy #C8555A

Tints of Mandy #C8555A

Color information

#C8555A (or 0xC8555A) is unknown color: approx Mandy. HEX triplet: C8, 55 and 5A. RGB value is (200,85,90). Sum of RGB (Red+Green+Blue) = 200+85+90=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8555A is #37AAA5. Grayscale: #787878. Windows color (decimal): -3648166 or 5920200. OLE color: 5920200.

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

Color convert

RGB2008590-
CMYK00.580.550.22
HSL357.39º51.11%55.88%-
HSV(B)357.39º57.5%78.43%-
XYZ28.9119.5111.92-
YUV119.96111.1185.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.33%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 90 (35.55% from 255) = 24%
R=53.33%
G=22.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200859000.580.550.22357.3951.1155.88
HexC8555A03A37161653338
Octal31012513207267265456370
Binary1100100010101011011010011101011011110110101100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8555A; }

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

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

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

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

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

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

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

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