Html Css Color HEX #C94546 Mahogany

📋 copy color: '#C94546'

red 201 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #C94546

Tints of Mahogany #C94546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

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

R = 59.12%
G = 20.29%
B = 20.59%

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

#C94546 (or 0xC94546) is known color: Mahogany. HEX triplet: C9, 45 and 46. RGB value is (201,69,70). Sum of RGB (Red+Green+Blue) = 201+69+70=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94546 is #36BAB9. Grayscale: #6C6C6C. Windows color (decimal): -3586746 or 4605385. OLE color: 4605385.

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

Color convert

RGB 201 69 70 -
CMYK 0 0.66 0.65 0.21
HSL 359.55º 0.55% 0.53% -
HSV(B) 359.55º 0.66% 0.79% -
XYZ 27.32 17.12 7.66 -
YUV 108.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 201 69 70 0 0.66 0.65 0.21 359.55 0.55 0.53
Hex C9 45 46 0 42 41 15 168 37 35
Octal 311 105 106 0 102 101 25 550 67 65
Binary 11001001 1000101 1000110 0 1000010 1000001 10101 101101000 110111 110101

Color Harmonies of #C94546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94546

Black with #C94546

Text Example


Text Example

White with #C94546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94546; }

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

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

background-color css

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

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

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

border-color css

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

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

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