#C9464E

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

Shades of Mandy #C9464E

Tints of Mandy #C9464E

Color information

#C9464E (or 0xC9464E) is unknown color: approx Mandy. HEX triplet: C9, 46 and 4E. RGB value is (201,70,78). Sum of RGB (Red+Green+Blue) = 201+70+78=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9464E is #36B9B1. Grayscale: #6E6E6E. Windows color (decimal): -3586482 or 5129929. OLE color: 5129929.

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

Color convert

RGB2017078-
CMYK00.650.610.21
HSL356.34º54.81%53.14%-
HSV(B)356.34º65.17%78.82%-
XYZ27.6517.359.1-
YUV110.08109.9192.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=57.59%
G=20.06%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201707800.650.610.21356.3454.8153.14
HexC9464E0413D151643735
Octal311106116010175255446765
Binary11001001100011010011100100000111110110101101100100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9464E; }

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

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

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

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

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

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

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

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