Html Css Color HEX #C94849 Mandy

📋 copy color: '#C94849'

red 201 ◦ green 72 ◦ blue 73

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

Shades of Mandy #C94849

Tints of Mandy #C94849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 73 (28.91% from 255) = 21.1%

R = 58.09%
G = 20.81%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C94849 (or 0xC94849) is known color: Mandy. HEX triplet: C9, 48 and 49. RGB value is (201,72,73). Sum of RGB (Red+Green+Blue) = 201+72+73=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C94849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94849 is #36B7B6. Grayscale: #6E6E6E. Windows color (decimal): -3585975 or 4802761. OLE color: 4802761.

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

Color convert

RGB 201 72 73 -
CMYK 0 0.64 0.64 0.21
HSL 359.53º 0.54% 0.54% -
HSV(B) 359.53º 0.64% 0.79% -
XYZ 27.61 17.53 8.23 -
YUV 110.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 201 72 73 0 0.64 0.64 0.21 359.53 0.54 0.54
Hex C9 48 49 0 40 40 15 168 36 36
Octal 311 110 111 0 100 100 25 550 66 66
Binary 11001001 1001000 1001001 0 1000000 1000000 10101 101101000 110110 110110

Color Harmonies of #C94849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94849

Black with #C94849

Text Example


Text Example

White with #C94849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94849; }

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

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

background-color css

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

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

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

border-color css

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

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

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