Html Css Color HEX #C94045 Mahogany

📋 copy color: '#C94045'

red 201 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #C94045

Tints of Mahogany #C94045

RGB

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

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

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

R = 60.18%
G = 19.16%
B = 20.66%

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

#C94045 (or 0xC94045) is known color: Mahogany. HEX triplet: C9, 40 and 45. RGB value is (201,64,69). Sum of RGB (Red+Green+Blue) = 201+64+69=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C94045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94045 is #36BFBA. Grayscale: #696969. Windows color (decimal): -3588027 or 4538569. OLE color: 4538569.

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

Color convert

RGB 201 64 69 -
CMYK 0 0.68 0.66 0.21
HSL 357.81º 0.56% 0.52% -
HSV(B) 357.81º 0.68% 0.79% -
XYZ 26.99 16.51 7.39 -
YUV 105.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 201 64 69 0 0.68 0.66 0.21 357.81 0.56 0.52
Hex C9 40 45 0 44 42 15 166 38 34
Octal 311 100 105 0 104 102 25 546 70 64
Binary 11001001 1000000 1000101 0 1000100 1000010 10101 101100110 111000 110100

Color Harmonies of #C94045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94045

Black with #C94045

Text Example


Text Example

White with #C94045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94045; }

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

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

background-color css

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

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

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

border-color css

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

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

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