Html Css Color HEX #C7262C Mahogany

📋 copy color: '#C7262C'

red 199 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #C7262C

Tints of Mahogany #C7262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 70.82%
G = 13.52%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7262C (or 0xC7262C) is known color: Mahogany. HEX triplet: C7, 26 and 2C. RGB value is (199,38,44). Sum of RGB (Red+Green+Blue) = 199+38+44=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7262C is #38D9D3. Grayscale: #565656. Windows color (decimal): -3725780 or 2893511. OLE color: 2893511.

HSL color Cylindrical-coordinate representation of color #C7262C: hue angle of 357.76º 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 #C7262C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 44 -
CMYK 0 0.81 0.78 0.22
HSL 357.76º 0.68% 0.46% -
HSV(B) 357.76º 0.81% 0.78% -
XYZ 24.7 13.71 3.73 -
YUV 86.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 199 38 44 0 0.81 0.78 0.22 357.76 0.68 0.46
Hex C7 26 2C 0 51 4E 16 166 44 2E
Octal 307 46 54 0 121 116 26 546 104 56
Binary 11000111 100110 101100 0 1010001 1001110 10110 101100110 1000100 101110

Color Harmonies of #C7262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7262C

Black with #C7262C

Text Example


Text Example

White with #C7262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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