Html Css Color HEX #C94044 Mahogany

📋 copy color: '#C94044'

red 201 ◦ green 64 ◦ blue 68

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

Shades of Mahogany #C94044

Tints of Mahogany #C94044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 60.36%
G = 19.22%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C94044 (or 0xC94044) is known color: Mahogany. HEX triplet: C9, 40 and 44. RGB value is (201,64,68). Sum of RGB (Red+Green+Blue) = 201+64+68=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C94044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94044 is #36BFBB. Grayscale: #696969. Windows color (decimal): -3588028 or 4473033. OLE color: 4473033.

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

Color convert

RGB 201 64 68 -
CMYK 0 0.68 0.66 0.21
HSL 358.25º 0.56% 0.52% -
HSV(B) 358.25º 0.68% 0.79% -
XYZ 26.96 16.5 7.23 -
YUV 105.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 201 64 68 0 0.68 0.66 0.21 358.25 0.56 0.52
Hex C9 40 44 0 44 42 15 166 38 34
Octal 311 100 104 0 104 102 25 546 70 64
Binary 11001001 1000000 1000100 0 1000100 1000010 10101 101100110 111000 110100

Color Harmonies of #C94044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94044

Black with #C94044

Text Example


Text Example

White with #C94044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94044; }

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

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

background-color css

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

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

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

border-color css

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

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

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