#C8455E

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

Shades of Mandy #C8455E

Tints of Mandy #C8455E

Color information

#C8455E (or 0xC8455E) is unknown color: approx Mandy. HEX triplet: C8, 45 and 5E. RGB value is (200,69,94). Sum of RGB (Red+Green+Blue) = 200+69+94=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8455E is #37BAA1. Grayscale: #6F6F6F. Windows color (decimal): -3652258 or 6178248. OLE color: 6178248.

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

Color convert

RGB2006994-
CMYK00.660.530.22
HSL348.55º54.36%52.75%-
HSV(B)348.55º65.5%78.43%-
XYZ27.9717.3412.46-
YUV111.02118.4191.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=55.10%
G=19.01%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200699400.660.530.22348.5554.3652.75
HexC8455E042351615d3635
Octal310105136010265265356665
Binary11001000100010110111100100001011010110110101011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8455E; }

 p { color: rgb(200,69,94); }

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

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

 a { background-color: rgb(200,69,94); }

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

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

 span { border-color: rgb(200,69,94); }

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