#C8474B

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

Shades of Mandy #C8474B

Tints of Mandy #C8474B

Color information

#C8474B (or 0xC8474B) is unknown color: approx Mandy. HEX triplet: C8, 47 and 4B. RGB value is (200,71,75). Sum of RGB (Red+Green+Blue) = 200+71+75=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8474B is #37B8B4. Grayscale: #6E6E6E. Windows color (decimal): -3651765 or 4933576. OLE color: 4933576.

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

Color convert

RGB2007175-
CMYK00.640.620.22
HSL358.14º53.97%53.14%-
HSV(B)358.14º64.5%78.43%-
XYZ27.3417.298.55-
YUV110.03108.24192.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=57.80%
G=20.52%
B=21.68%

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
Decimal200717500.640.620.22358.1453.9753.14
HexC8474B0403E161663635
Octal310107113010076265466665
Binary11001000100011110010110100000011111010110101100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8474B; }

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

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

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

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

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

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

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

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