Html Css Color HEX #C9474A Mandy

📋 copy color: '#C9474A'

red 201 ◦ green 71 ◦ blue 74

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

Shades of Mandy #C9474A

Tints of Mandy #C9474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 58.09%
G = 20.52%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9474A (or 0xC9474A) is known color: Mandy. HEX triplet: C9, 47 and 4A. RGB value is (201,71,74). Sum of RGB (Red+Green+Blue) = 201+71+74=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9474A is #36B8B5. Grayscale: #6E6E6E. Windows color (decimal): -3586230 or 4868041. OLE color: 4868041.

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

Color convert

RGB 201 71 74 -
CMYK 0 0.65 0.63 0.21
HSL 358.62º 0.55% 0.53% -
HSV(B) 358.62º 0.65% 0.79% -
XYZ 27.58 17.42 8.39 -
YUV 110.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 201 71 74 0 0.65 0.63 0.21 358.62 0.55 0.53
Hex C9 47 4A 0 41 3F 15 167 37 35
Octal 311 107 112 0 101 77 25 547 67 65
Binary 11001001 1000111 1001010 0 1000001 111111 10101 101100111 110111 110101

Color Harmonies of #C9474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9474A

Black with #C9474A

Text Example


Text Example

White with #C9474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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