Html Css Color HEX #C54045 Mahogany

📋 copy color: '#C54045'

red 197 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #C54045

Tints of Mahogany #C54045

RGB

 RED value IS 197 (77.34% from 255) = 59.7%

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

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

R = 59.7%
G = 19.39%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C54045 (or 0xC54045) is known color: Mahogany. HEX triplet: C5, 40 and 45. RGB value is (197,64,69). Sum of RGB (Red+Green+Blue) = 197+64+69=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C54045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54045 is #3ABFBA. Grayscale: #686868. Windows color (decimal): -3850171 or 4538565. OLE color: 4538565.

HSL color Cylindrical-coordinate representation of color #C54045: hue angle of 357.74º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54045 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 69 -
CMYK 0 0.68 0.65 0.23
HSL 357.74º 0.53% 0.51% -
HSV(B) 357.74º 0.68% 0.77% -
XYZ 25.93 15.97 7.35 -
YUV 104.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 197 64 69 0 0.68 0.65 0.23 357.74 0.53 0.51
Hex C5 40 45 0 44 41 17 166 35 33
Octal 305 100 105 0 104 101 27 546 65 63
Binary 11000101 1000000 1000101 0 1000100 1000001 10111 101100110 110101 110011

Color Harmonies of #C54045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54045

Black with #C54045

Text Example


Text Example

White with #C54045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54045; }

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

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

background-color css

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

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

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

border-color css

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

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

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