Html Css Color HEX #C54042 Mahogany

📋 copy color: '#C54042'

red 197 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #C54042

Tints of Mahogany #C54042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 60.24%
G = 19.57%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C54042 (or 0xC54042) is known color: Mahogany. HEX triplet: C5, 40 and 42. RGB value is (197,64,66). Sum of RGB (Red+Green+Blue) = 197+64+66=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C54042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54042 is #3ABFBD. Grayscale: #686868. Windows color (decimal): -3850174 or 4341957. OLE color: 4341957.

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

Color convert

RGB 197 64 66 -
CMYK 0 0.68 0.66 0.23
HSL 359.1º 0.53% 0.51% -
HSV(B) 359.1º 0.68% 0.77% -
XYZ 25.84 15.93 6.87 -
YUV 104 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 197 64 66 0 0.68 0.66 0.23 359.1 0.53 0.51
Hex C5 40 42 0 44 42 17 167 35 33
Octal 305 100 102 0 104 102 27 547 65 63
Binary 11000101 1000000 1000010 0 1000100 1000010 10111 101100111 110101 110011

Color Harmonies of #C54042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54042

Black with #C54042

Text Example


Text Example

White with #C54042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54042; }

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

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

background-color css

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

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

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

border-color css

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

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

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