Html Css Color HEX #C9495B Mandy

📋 copy color: '#C9495B'

red 201 ◦ green 73 ◦ blue 91

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

Shades of Mandy #C9495B

Tints of Mandy #C9495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 55.07%
G = 20%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9495B (or 0xC9495B) is known color: Mandy. HEX triplet: C9, 49 and 5B. RGB value is (201,73,91). Sum of RGB (Red+Green+Blue) = 201+73+91=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9495B is #36B6A4. Grayscale: #717171. Windows color (decimal): -3585701 or 5982665. OLE color: 5982665.

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

Color convert

RGB 201 73 91 -
CMYK 0 0.64 0.55 0.21
HSL 351.56º 0.54% 0.54% -
HSV(B) 351.56º 0.64% 0.79% -
XYZ 28.36 17.94 11.87 -
YUV 113.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 201 73 91 0 0.64 0.55 0.21 351.56 0.54 0.54
Hex C9 49 5B 0 40 37 15 160 36 36
Octal 311 111 133 0 100 67 25 540 66 66
Binary 11001001 1001001 1011011 0 1000000 110111 10101 101100000 110110 110110

Color Harmonies of #C9495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9495B

Black with #C9495B

Text Example


Text Example

White with #C9495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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