Html Css Color HEX #C9474E Mandy

📋 copy color: '#C9474E'

red 201 ◦ green 71 ◦ blue 78

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

Shades of Mandy #C9474E

Tints of Mandy #C9474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 57.43%
G = 20.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9474E (or 0xC9474E) is known color: Mandy. HEX triplet: C9, 47 and 4E. RGB value is (201,71,78). Sum of RGB (Red+Green+Blue) = 201+71+78=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9474E is #36B8B1. Grayscale: #6E6E6E. Windows color (decimal): -3586226 or 5130185. OLE color: 5130185.

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

Color convert

RGB 201 71 78 -
CMYK 0 0.65 0.61 0.21
HSL 356.77º 0.55% 0.53% -
HSV(B) 356.77º 0.65% 0.79% -
XYZ 27.72 17.47 9.12 -
YUV 110.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 201 71 78 0 0.65 0.61 0.21 356.77 0.55 0.53
Hex C9 47 4E 0 41 3D 15 165 37 35
Octal 311 107 116 0 101 75 25 545 67 65
Binary 11001001 1000111 1001110 0 1000001 111101 10101 101100101 110111 110101

Color Harmonies of #C9474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9474E

Black with #C9474E

Text Example


Text Example

White with #C9474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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