#C8464C

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

Shades of Mandy #C8464C

Tints of Mandy #C8464C

Color information

#C8464C (or 0xC8464C) is unknown color: approx Mandy. HEX triplet: C8, 46 and 4C. RGB value is (200,70,76). Sum of RGB (Red+Green+Blue) = 200+70+76=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8464C is #37B9B3. Grayscale: #6D6D6D. Windows color (decimal): -3652020 or 4998856. OLE color: 4998856.

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

Color convert

RGB2007076-
CMYK00.650.620.22
HSL357.23º54.17%52.94%-
HSV(B)357.23º65%78.43%-
XYZ27.3117.188.71-
YUV109.55109.07192.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.80%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=57.80%
G=20.23%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200707600.650.620.22357.2354.1752.94
HexC8464C0413E161653635
Octal310106114010176265456665
Binary11001000100011010011000100000111111010110101100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8464C; }

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

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

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

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

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

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

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

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