#C8465D

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

Shades of Mandy #C8465D

Tints of Mandy #C8465D

Color information

#C8465D (or 0xC8465D) is unknown color: approx Mandy. HEX triplet: C8, 46 and 5D. RGB value is (200,70,93). Sum of RGB (Red+Green+Blue) = 200+70+93=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8465D is #37B9A2. Grayscale: #6F6F6F. Windows color (decimal): -3652003 or 6112968. OLE color: 6112968.

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

Color convert

RGB2007093-
CMYK00.650.540.22
HSL349.38º54.17%52.94%-
HSV(B)349.38º65%78.43%-
XYZ27.9917.4512.25-
YUV111.49117.57191.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.10%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=55.10%
G=19.28%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200709300.650.540.22349.3854.1752.94
HexC8465D041361615d3635
Octal310106135010166265356665
Binary11001000100011010111010100000111011010110101011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8465D; }

 p { color: rgb(200,70,93); }

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

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

 a { background-color: rgb(200,70,93); }

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

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

 span { border-color: rgb(200,70,93); }

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