Html Css Color HEX #C54246 Mahogany

📋 copy color: '#C54246'

red 197 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #C54246

Tints of Mahogany #C54246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 59.16%
G = 19.82%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C54246 (or 0xC54246) is known color: Mahogany. HEX triplet: C5, 42 and 46. RGB value is (197,66,70). Sum of RGB (Red+Green+Blue) = 197+66+70=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C54246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54246 is #3ABDB9. Grayscale: #696969. Windows color (decimal): -3849658 or 4604613. OLE color: 4604613.

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

Color convert

RGB 197 66 70 -
CMYK 0 0.66 0.64 0.23
HSL 358.17º 0.53% 0.52% -
HSV(B) 358.17º 0.66% 0.77% -
XYZ 26.08 16.21 7.55 -
YUV 105.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 197 66 70 0 0.66 0.64 0.23 358.17 0.53 0.52
Hex C5 42 46 0 42 40 17 166 35 34
Octal 305 102 106 0 102 100 27 546 65 64
Binary 11000101 1000010 1000110 0 1000010 1000000 10111 101100110 110101 110100

Color Harmonies of #C54246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54246

Black with #C54246

Text Example


Text Example

White with #C54246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54246; }

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

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

background-color css

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

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

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

border-color css

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

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

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