Html Css Color HEX #C9494F Mandy

📋 copy color: '#C9494F'

red 201 ◦ green 73 ◦ blue 79

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

Shades of Mandy #C9494F

Tints of Mandy #C9494F

RGB

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

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

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

R = 56.94%
G = 20.68%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9494F (or 0xC9494F) is known color: Mandy. HEX triplet: C9, 49 and 4F. RGB value is (201,73,79). Sum of RGB (Red+Green+Blue) = 201+73+79=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9494F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9494F is #36B6B0. Grayscale: #707070. Windows color (decimal): -3585713 or 5196233. OLE color: 5196233.

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

Color convert

RGB 201 73 79 -
CMYK 0 0.64 0.61 0.21
HSL 357.19º 0.54% 0.54% -
HSV(B) 357.19º 0.64% 0.79% -
XYZ 27.88 17.75 9.35 -
YUV 111.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 201 73 79 0 0.64 0.61 0.21 357.19 0.54 0.54
Hex C9 49 4F 0 40 3D 15 165 36 36
Octal 311 111 117 0 100 75 25 545 66 66
Binary 11001001 1001001 1001111 0 1000000 111101 10101 101100101 110110 110110

Color Harmonies of #C9494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9494F

Black with #C9494F

Text Example


Text Example

White with #C9494F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9494F; }

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

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

background-color css

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

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

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

border-color css

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

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

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