Html Css Color HEX #C9494B Mandy

📋 copy color: '#C9494B'

red 201 ◦ green 73 ◦ blue 75

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

Shades of Mandy #C9494B

Tints of Mandy #C9494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 57.59%
G = 20.92%
B = 21.49%

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

#C9494B (or 0xC9494B) is known color: Mandy. HEX triplet: C9, 49 and 4B. RGB value is (201,73,75). Sum of RGB (Red+Green+Blue) = 201+73+75=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C9494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9494B is #36B6B4. Grayscale: #6F6F6F. Windows color (decimal): -3585717 or 4934089. OLE color: 4934089.

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

Color convert

RGB 201 73 75 -
CMYK 0 0.64 0.63 0.21
HSL 359.06º 0.54% 0.54% -
HSV(B) 359.06º 0.64% 0.79% -
XYZ 27.74 17.69 8.61 -
YUV 111.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 201 73 75 0 0.64 0.63 0.21 359.06 0.54 0.54
Hex C9 49 4B 0 40 3F 15 167 36 36
Octal 311 111 113 0 100 77 25 547 66 66
Binary 11001001 1001001 1001011 0 1000000 111111 10101 101100111 110110 110110

Color Harmonies of #C9494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9494B

Black with #C9494B

Text Example


Text Example

White with #C9494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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