Html Css Color HEX #C82E38 Mahogany

📋 copy color: '#C82E38'

red 200 ◦ green 46 ◦ blue 56

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

Shades of Mahogany #C82E38

Tints of Mahogany #C82E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.23%

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 66.23%
G = 15.23%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C82E38 (or 0xC82E38) is known color: Mahogany. HEX triplet: C8, 2E and 38. RGB value is (200,46,56). Sum of RGB (Red+Green+Blue) = 200+46+56=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82E38 is #37D1C7. Grayscale: #5D5D5D. Windows color (decimal): -3658184 or 3681992. OLE color: 3681992.

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

Color convert

RGB 200 46 56 -
CMYK 0 0.77 0.72 0.22
HSL 356.1º 0.63% 0.48% -
HSV(B) 356.1º 0.77% 0.78% -
XYZ 25.51 14.52 5.2 -
YUV 93.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 200 46 56 0 0.77 0.72 0.22 356.1 0.63 0.48
Hex C8 2E 38 0 4D 48 16 164 3F 30
Octal 310 56 70 0 115 110 26 544 77 60
Binary 11001000 101110 111000 0 1001101 1001000 10110 101100100 111111 110000

Color Harmonies of #C82E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E38

Black with #C82E38

Text Example


Text Example

White with #C82E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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