Html Css Color HEX #C94446 Mahogany

📋 copy color: '#C94446'

red 201 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C94446

Tints of Mahogany #C94446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 59.29%
G = 20.06%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C94446 (or 0xC94446) is known color: Mahogany. HEX triplet: C9, 44 and 46. RGB value is (201,68,70). Sum of RGB (Red+Green+Blue) = 201+68+70=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94446 is #36BBB9. Grayscale: #6C6C6C. Windows color (decimal): -3587002 or 4605129. OLE color: 4605129.

HSL color Cylindrical-coordinate representation of color #C94446: hue angle of 359.1º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94446 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 70 -
CMYK 0 0.66 0.65 0.21
HSL 359.1º 0.55% 0.53% -
HSV(B) 359.1º 0.66% 0.79% -
XYZ 27.26 16.99 7.64 -
YUV 108 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 201 68 70 0 0.66 0.65 0.21 359.1 0.55 0.53
Hex C9 44 46 0 42 41 15 167 37 35
Octal 311 104 106 0 102 101 25 547 67 65
Binary 11001001 1000100 1000110 0 1000010 1000001 10101 101100111 110111 110101

Color Harmonies of #C94446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94446

Black with #C94446

Text Example


Text Example

White with #C94446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94446; }

 p { color: rgb(201,68,70); }

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

background-color css

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

 a { background-color: rgb(201,68,70); }

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

border-color css

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

 span { border-color: rgb(201,68,70); }

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