Html Css Color HEX #C7262E Mahogany

📋 copy color: '#C7262E'

red 199 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #C7262E

Tints of Mahogany #C7262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 70.32%
G = 13.43%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7262E (or 0xC7262E) is known color: Mahogany. HEX triplet: C7, 26 and 2E. RGB value is (199,38,46). Sum of RGB (Red+Green+Blue) = 199+38+46=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262E is #38D9D1. Grayscale: #575757. Windows color (decimal): -3725778 or 3024583. OLE color: 3024583.

HSL color Cylindrical-coordinate representation of color #C7262E: hue angle of 357.02º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7262E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 46 -
CMYK 0 0.81 0.77 0.22
HSL 357.02º 0.68% 0.46% -
HSV(B) 357.02º 0.81% 0.78% -
XYZ 24.74 13.73 3.93 -
YUV 87.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 199 38 46 0 0.81 0.77 0.22 357.02 0.68 0.46
Hex C7 26 2E 0 51 4D 16 165 44 2E
Octal 307 46 56 0 121 115 26 545 104 56
Binary 11000111 100110 101110 0 1010001 1001101 10110 101100101 1000100 101110

Color Harmonies of #C7262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7262E

Black with #C7262E

Text Example


Text Example

White with #C7262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7262E; }

 p { color: rgb(199,38,46); }

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

background-color css

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

 a { background-color: rgb(199,38,46); }

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

border-color css

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

 span { border-color: rgb(199,38,46); }

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