Html Css Color HEX #C54346 Mahogany

📋 copy color: '#C54346'

red 197 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C54346

Tints of Mahogany #C54346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

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

R = 58.98%
G = 20.06%
B = 20.96%

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

#C54346 (or 0xC54346) is known color: Mahogany. HEX triplet: C5, 43 and 46. RGB value is (197,67,70). Sum of RGB (Red+Green+Blue) = 197+67+70=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C54346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54346 is #3ABCB9. Grayscale: #6A6A6A. Windows color (decimal): -3849402 or 4604869. OLE color: 4604869.

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

Color convert

RGB 197 67 70 -
CMYK 0 0.66 0.64 0.23
HSL 358.62º 0.53% 0.52% -
HSV(B) 358.62º 0.66% 0.77% -
XYZ 26.14 16.33 7.57 -
YUV 106.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 197 67 70 0 0.66 0.64 0.23 358.62 0.53 0.52
Hex C5 43 46 0 42 40 17 167 35 34
Octal 305 103 106 0 102 100 27 547 65 64
Binary 11000101 1000011 1000110 0 1000010 1000000 10111 101100111 110101 110100

Color Harmonies of #C54346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54346

Black with #C54346

Text Example


Text Example

White with #C54346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54346; }

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

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

background-color css

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

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

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

border-color css

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

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

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