Html Css Color HEX #C9474C Mandy

📋 copy color: '#C9474C'

red 201 ◦ green 71 ◦ blue 76

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

Shades of Mandy #C9474C

Tints of Mandy #C9474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 57.76%
G = 20.4%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9474C (or 0xC9474C) is known color: Mandy. HEX triplet: C9, 47 and 4C. RGB value is (201,71,76). Sum of RGB (Red+Green+Blue) = 201+71+76=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9474C is #36B8B3. Grayscale: #6E6E6E. Windows color (decimal): -3586228 or 4999113. OLE color: 4999113.

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

Color convert

RGB 201 71 76 -
CMYK 0 0.65 0.62 0.21
HSL 357.69º 0.55% 0.53% -
HSV(B) 357.69º 0.65% 0.79% -
XYZ 27.65 17.45 8.75 -
YUV 110.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 201 71 76 0 0.65 0.62 0.21 357.69 0.55 0.53
Hex C9 47 4C 0 41 3E 15 166 37 35
Octal 311 107 114 0 101 76 25 546 67 65
Binary 11001001 1000111 1001100 0 1000001 111110 10101 101100110 110111 110101

Color Harmonies of #C9474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9474C

Black with #C9474C

Text Example


Text Example

White with #C9474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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