#C8474C

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

Shades of Mandy #C8474C

Tints of Mandy #C8474C

Color information

#C8474C (or 0xC8474C) is unknown color: approx Mandy. HEX triplet: C8, 47 and 4C. RGB value is (200,71,76). Sum of RGB (Red+Green+Blue) = 200+71+76=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8474C is #37B8B3. Grayscale: #6E6E6E. Windows color (decimal): -3651764 or 4999112. OLE color: 4999112.

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

Color convert

RGB2007176-
CMYK00.640.620.22
HSL357.67º53.97%53.14%-
HSV(B)357.67º64.5%78.43%-
XYZ27.3817.318.74-
YUV110.14108.74192.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=57.64%
G=20.46%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200717600.640.620.22357.6753.9753.14
HexC8474C0403E161663635
Octal310107114010076265466665
Binary11001000100011110011000100000011111010110101100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8474C; }

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

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

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

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

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

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

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

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