Html Css Color HEX #C9465E Mandy

📋 copy color: '#C9465E'

red 201 ◦ green 70 ◦ blue 94

#C9465E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C9465E

Tints of Mandy #C9465E

RGB

 RED value IS 201 (78.91% from 255) = 55.07%

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 55.07%
G = 19.18%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9465E (or 0xC9465E) is known color: Mandy. HEX triplet: C9, 46 and 5E. RGB value is (201,70,94). Sum of RGB (Red+Green+Blue) = 201+70+94=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9465E is #36B9A1. Grayscale: #6F6F6F. Windows color (decimal): -3586466 or 6178505. OLE color: 6178505.

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

Color convert

RGB 201 70 94 -
CMYK 0 0.65 0.53 0.21
HSL 349.01º 0.55% 0.53% -
HSV(B) 349.01º 0.65% 0.79% -
XYZ 28.3 17.61 12.5 -
YUV 111.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 201 70 94 0 0.65 0.53 0.21 349.01 0.55 0.53
Hex C9 46 5E 0 41 35 15 15D 37 35
Octal 311 106 136 0 101 65 25 535 67 65
Binary 11001001 1000110 1011110 0 1000001 110101 10101 101011101 110111 110101

Color Harmonies of #C9465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9465E

Black with #C9465E

Text Example


Text Example

White with #C9465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9465E; }

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

 H1.HeaderClassName
 {
   color: #C9465E;
 }
 .AnyTagClassName
 {
   color: #C9465E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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