Html Css Color HEX #C54143 Mahogany

📋 copy color: '#C54143'

red 197 ◦ green 65 ◦ blue 67

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

Shades of Mahogany #C54143

Tints of Mahogany #C54143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 59.88%
G = 19.76%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C54143 (or 0xC54143) is known color: Mahogany. HEX triplet: C5, 41 and 43. RGB value is (197,65,67). Sum of RGB (Red+Green+Blue) = 197+65+67=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C54143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54143 is #3ABEBC. Grayscale: #686868. Windows color (decimal): -3849917 or 4407749. OLE color: 4407749.

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

Color convert

RGB 197 65 67 -
CMYK 0 0.67 0.66 0.23
HSL 359.09º 0.53% 0.51% -
HSV(B) 359.09º 0.67% 0.77% -
XYZ 25.93 16.06 7.04 -
YUV 104.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 197 65 67 0 0.67 0.66 0.23 359.09 0.53 0.51
Hex C5 41 43 0 43 42 17 167 35 33
Octal 305 101 103 0 103 102 27 547 65 63
Binary 11000101 1000001 1000011 0 1000011 1000010 10111 101100111 110101 110011

Color Harmonies of #C54143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54143

Black with #C54143

Text Example


Text Example

White with #C54143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54143; }

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

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

background-color css

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

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

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

border-color css

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

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

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