Html Css Color HEX #C94445 Mahogany

📋 copy color: '#C94445'

red 201 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C94445

Tints of Mahogany #C94445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 59.47%
G = 20.12%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C94445 (or 0xC94445) is known color: Mahogany. HEX triplet: C9, 44 and 45. RGB value is (201,68,69). Sum of RGB (Red+Green+Blue) = 201+68+69=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94445 is #36BBBA. Grayscale: #6C6C6C. Windows color (decimal): -3587003 or 4539593. OLE color: 4539593.

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

Color convert

RGB 201 68 69 -
CMYK 0 0.66 0.66 0.21
HSL 359.55º 0.55% 0.53% -
HSV(B) 359.55º 0.66% 0.79% -
XYZ 27.23 16.98 7.47 -
YUV 107.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 201 68 69 0 0.66 0.66 0.21 359.55 0.55 0.53
Hex C9 44 45 0 42 42 15 168 37 35
Octal 311 104 105 0 102 102 25 550 67 65
Binary 11001001 1000100 1000101 0 1000010 1000010 10101 101101000 110111 110101

Color Harmonies of #C94445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94445

Black with #C94445

Text Example


Text Example

White with #C94445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94445; }

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

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

background-color css

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

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

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

border-color css

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

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

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