Html Css Color HEX #C9494A Mandy

📋 copy color: '#C9494A'

red 201 ◦ green 73 ◦ blue 74

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

Shades of Mandy #C9494A

Tints of Mandy #C9494A

RGB

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

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

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

R = 57.76%
G = 20.98%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9494A (or 0xC9494A) is known color: Mandy. HEX triplet: C9, 49 and 4A. RGB value is (201,73,74). Sum of RGB (Red+Green+Blue) = 201+73+74=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9494A is #36B6B5. Grayscale: #6F6F6F. Windows color (decimal): -3585718 or 4868553. OLE color: 4868553.

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

Color convert

RGB 201 73 74 -
CMYK 0 0.64 0.63 0.21
HSL 359.53º 0.54% 0.54% -
HSV(B) 359.53º 0.64% 0.79% -
XYZ 27.71 17.68 8.43 -
YUV 111.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 201 73 74 0 0.64 0.63 0.21 359.53 0.54 0.54
Hex C9 49 4A 0 40 3F 15 168 36 36
Octal 311 111 112 0 100 77 25 550 66 66
Binary 11001001 1001001 1001010 0 1000000 111111 10101 101101000 110110 110110

Color Harmonies of #C9494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9494A

Black with #C9494A

Text Example


Text Example

White with #C9494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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