Html Css Color HEX #C9474F Mandy

📋 copy color: '#C9474F'

red 201 ◦ green 71 ◦ blue 79

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

Shades of Mandy #C9474F

Tints of Mandy #C9474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 57.26%
G = 20.23%
B = 22.51%

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

#C9474F (or 0xC9474F) is known color: Mandy. HEX triplet: C9, 47 and 4F. RGB value is (201,71,79). Sum of RGB (Red+Green+Blue) = 201+71+79=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C9474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9474F is #36B8B0. Grayscale: #6E6E6E. Windows color (decimal): -3586225 or 5195721. OLE color: 5195721.

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

Color convert

RGB 201 71 79 -
CMYK 0 0.65 0.61 0.21
HSL 356.31º 0.55% 0.53% -
HSV(B) 356.31º 0.65% 0.79% -
XYZ 27.75 17.49 9.31 -
YUV 110.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 201 71 79 0 0.65 0.61 0.21 356.31 0.55 0.53
Hex C9 47 4F 0 41 3D 15 164 37 35
Octal 311 107 117 0 101 75 25 544 67 65
Binary 11001001 1000111 1001111 0 1000001 111101 10101 101100100 110111 110101

Color Harmonies of #C9474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9474F

Black with #C9474F

Text Example


Text Example

White with #C9474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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