#C9465C

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

Shades of Mandy #C9465C

Tints of Mandy #C9465C

Color information

#C9465C (or 0xC9465C) is unknown color: approx Mandy. HEX triplet: C9, 46 and 5C. RGB value is (201,70,92). Sum of RGB (Red+Green+Blue) = 201+70+92=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C9465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9465C is #36B9A3. Grayscale: #6F6F6F. Windows color (decimal): -3586468 or 6047433. OLE color: 6047433.

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

Color convert

RGB2017092-
CMYK00.650.540.21
HSL349.92º54.81%53.14%-
HSV(B)349.92º65.17%78.82%-
XYZ28.2117.5712.03-
YUV111.68116.9191.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.37%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=55.37%
G=19.28%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201709200.650.540.21349.9254.8153.14
HexC9465C041361515e3735
Octal311106134010166255366765
Binary11001001100011010111000100000111011010101101011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9465C; }

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

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

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

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

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

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

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

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