#C8475A

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

Shades of Mandy #C8475A

Tints of Mandy #C8475A

Color information

#C8475A (or 0xC8475A) is unknown color: approx Mandy. HEX triplet: C8, 47 and 5A. RGB value is (200,71,90). Sum of RGB (Red+Green+Blue) = 200+71+90=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8475A is #37B8A5. Grayscale: #6F6F6F. Windows color (decimal): -3651750 or 5916616. OLE color: 5916616.

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

Color convert

RGB2007190-
CMYK00.640.550.22
HSL351.16º53.97%53.14%-
HSV(B)351.16º64.5%78.43%-
XYZ27.9217.5211.58-
YUV111.74115.74190.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=55.40%
G=19.67%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200719000.640.550.22351.1653.9753.14
HexC8475A040371615f3635
Octal310107132010067265376665
Binary11001000100011110110100100000011011110110101011111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8475A; }

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

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

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

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

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

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

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

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