Html Css Color HEX #C54445 Mahogany

📋 copy color: '#C54445'

red 197 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C54445

Tints of Mahogany #C54445

RGB

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

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

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

R = 58.98%
G = 20.36%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C54445 (or 0xC54445) is known color: Mahogany. HEX triplet: C5, 44 and 45. RGB value is (197,68,69). Sum of RGB (Red+Green+Blue) = 197+68+69=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C54445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54445 is #3ABBBA. Grayscale: #6A6A6A. Windows color (decimal): -3849147 or 4539589. OLE color: 4539589.

HSL color Cylindrical-coordinate representation of color #C54445: hue angle of 359.53º 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 #C54445 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 69 -
CMYK 0 0.65 0.65 0.23
HSL 359.53º 0.53% 0.52% -
HSV(B) 359.53º 0.65% 0.77% -
XYZ 26.17 16.43 7.42 -
YUV 106.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 197 68 69 0 0.65 0.65 0.23 359.53 0.53 0.52
Hex C5 44 45 0 41 41 17 168 35 34
Octal 305 104 105 0 101 101 27 550 65 64
Binary 11000101 1000100 1000101 0 1000001 1000001 10111 101101000 110101 110100

Color Harmonies of #C54445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54445

Black with #C54445

Text Example


Text Example

White with #C54445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54445; }

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

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

background-color css

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

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

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

border-color css

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

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

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