Html Css Color HEX #C8262E Mahogany

📋 copy color: '#C8262E'

red 200 ◦ green 38 ◦ blue 46

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

Shades of Mahogany #C8262E

Tints of Mahogany #C8262E

RGB

 RED value IS 200 (78.52% from 255) = 70.42%

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

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

R = 70.42%
G = 13.38%
B = 16.2%

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

#C8262E (or 0xC8262E) is known color: Mahogany. HEX triplet: C8, 26 and 2E. RGB value is (200,38,46). Sum of RGB (Red+Green+Blue) = 200+38+46=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8262E is #37D9D1. Grayscale: #575757. Windows color (decimal): -3660242 or 3024584. OLE color: 3024584.

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

Color convert

RGB 200 38 46 -
CMYK 0 0.81 0.77 0.22
HSL 357.04º 0.68% 0.47% -
HSV(B) 357.04º 0.81% 0.78% -
XYZ 25.01 13.86 3.94 -
YUV 87.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 200 38 46 0 0.81 0.77 0.22 357.04 0.68 0.47
Hex C8 26 2E 0 51 4D 16 165 44 2F
Octal 310 46 56 0 121 115 26 545 104 57
Binary 11001000 100110 101110 0 1010001 1001101 10110 101100101 1000100 101111

Color Harmonies of #C8262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8262E

Black with #C8262E

Text Example


Text Example

White with #C8262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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