#C8475F

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

Shades of Mandy #C8475F

Tints of Mandy #C8475F

Color information

#C8475F (or 0xC8475F) is unknown color: approx Mandy. HEX triplet: C8, 47 and 5F. RGB value is (200,71,95). Sum of RGB (Red+Green+Blue) = 200+71+95=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8475F is #37B8A0. Grayscale: #707070. Windows color (decimal): -3651745 or 6244296. OLE color: 6244296.

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

Color convert

RGB2007195-
CMYK00.640.520.22
HSL348.84º53.97%53.14%-
HSV(B)348.84º64.5%78.43%-
XYZ28.1417.6112.74-
YUV112.31118.24190.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.64%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=54.64%
G=19.40%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200719500.640.520.22348.8453.9753.14
HexC8475F040341615d3635
Octal310107137010064265356665
Binary11001000100011110111110100000011010010110101011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8475F; }

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

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

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

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

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

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

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

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