Html Css Color HEX #C9495E Mandy

📋 copy color: '#C9495E'

red 201 ◦ green 73 ◦ blue 94

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

Shades of Mandy #C9495E

Tints of Mandy #C9495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

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

R = 54.62%
G = 19.84%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9495E (or 0xC9495E) is known color: Mandy. HEX triplet: C9, 49 and 5E. RGB value is (201,73,94). Sum of RGB (Red+Green+Blue) = 201+73+94=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C9495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9495E is #36B6A1. Grayscale: #717171. Windows color (decimal): -3585698 or 6179273. OLE color: 6179273.

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

Color convert

RGB 201 73 94 -
CMYK 0 0.64 0.53 0.21
HSL 350.16º 0.54% 0.54% -
HSV(B) 350.16º 0.64% 0.79% -
XYZ 28.49 17.99 12.56 -
YUV 113.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 201 73 94 0 0.64 0.53 0.21 350.16 0.54 0.54
Hex C9 49 5E 0 40 35 15 15E 36 36
Octal 311 111 136 0 100 65 25 536 66 66
Binary 11001001 1001001 1011110 0 1000000 110101 10101 101011110 110110 110110

Color Harmonies of #C9495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9495E

Black with #C9495E

Text Example


Text Example

White with #C9495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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