Html Css Color HEX #C54446 Mahogany

📋 copy color: '#C54446'

red 197 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C54446

Tints of Mahogany #C54446

RGB

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

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

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

R = 58.81%
G = 20.3%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C54446 (or 0xC54446) is known color: Mahogany. HEX triplet: C5, 44 and 46. RGB value is (197,68,70). Sum of RGB (Red+Green+Blue) = 197+68+70=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C54446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54446 is #3ABBB9. Grayscale: #6A6A6A. Windows color (decimal): -3849146 or 4605125. OLE color: 4605125.

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

Color convert

RGB 197 68 70 -
CMYK 0 0.65 0.64 0.23
HSL 359.07º 0.53% 0.52% -
HSV(B) 359.07º 0.65% 0.77% -
XYZ 26.2 16.45 7.59 -
YUV 106.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 197 68 70 0 0.65 0.64 0.23 359.07 0.53 0.52
Hex C5 44 46 0 41 40 17 167 35 34
Octal 305 104 106 0 101 100 27 547 65 64
Binary 11000101 1000100 1000110 0 1000001 1000000 10111 101100111 110101 110100

Color Harmonies of #C54446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54446

Black with #C54446

Text Example


Text Example

White with #C54446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54446; }

 p { color: rgb(197,68,70); }

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

background-color css

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

 a { background-color: rgb(197,68,70); }

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

border-color css

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

 span { border-color: rgb(197,68,70); }

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