Html Css Color HEX #C7363A Mahogany

📋 copy color: '#C7363A'

red 199 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #C7363A

Tints of Mahogany #C7363A

RGB

 RED value IS 199 (78.13% from 255) = 63.99%

 GREEN value IS 54 (21.48% from 255) = 17.36%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 63.99%
G = 17.36%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7363A (or 0xC7363A) is known color: Mahogany. HEX triplet: C7, 36 and 3A. RGB value is (199,54,58). Sum of RGB (Red+Green+Blue) = 199+54+58=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7363A is #38C9C5. Grayscale: #616161. Windows color (decimal): -3721670 or 3815111. OLE color: 3815111.

HSL color Cylindrical-coordinate representation of color #C7363A: hue angle of 358.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7363A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 58 -
CMYK 0 0.73 0.71 0.22
HSL 358.34º 0.57% 0.5% -
HSV(B) 358.34º 0.73% 0.78% -
XYZ 25.64 15.09 5.56 -
YUV 97.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 199 54 58 0 0.73 0.71 0.22 358.34 0.57 0.5
Hex C7 36 3A 0 49 47 16 166 39 32
Octal 307 66 72 0 111 107 26 546 71 62
Binary 11000111 110110 111010 0 1001001 1000111 10110 101100110 111001 110010

Color Harmonies of #C7363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7363A

Black with #C7363A

Text Example


Text Example

White with #C7363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7363A; }

 p { color: rgb(199,54,58); }

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

background-color css

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

 a { background-color: rgb(199,54,58); }

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

border-color css

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

 span { border-color: rgb(199,54,58); }

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