#C9464D

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

Shades of Mandy #C9464D

Tints of Mandy #C9464D

Color information

#C9464D (or 0xC9464D) is unknown color: approx Mandy. HEX triplet: C9, 46 and 4D. RGB value is (201,70,77). Sum of RGB (Red+Green+Blue) = 201+70+77=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9464D is #36B9B2. Grayscale: #6E6E6E. Windows color (decimal): -3586483 or 5064393. OLE color: 5064393.

HSL color Cylindrical-coordinate representation of color #C9464D: hue angle of 356.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9464D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2017077-
CMYK00.650.620.21
HSL356.79º54.81%53.14%-
HSV(B)356.79º65.17%78.82%-
XYZ27.6217.338.91-
YUV109.97109.4192.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=57.76%
G=20.11%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201707700.650.620.21356.7954.8153.14
HexC9464D0413E151653735
Octal311106115010176255456765
Binary11001001100011010011010100000111111010101101100101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9464D; }

 p { color: rgb(201,70,77); }

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

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

 a { background-color: rgb(201,70,77); }

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

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

 span { border-color: rgb(201,70,77); }

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