Html Css Color HEX #C0383E Mahogany

📋 copy color: '#C0383E'

red 192 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #C0383E

Tints of Mahogany #C0383E

RGB

 RED value IS 192 (75.39% from 255) = 61.94%

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 62 (24.61% from 255) = 20%

R = 61.94%
G = 18.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0383E (or 0xC0383E) is known color: Mahogany. HEX triplet: C0, 38 and 3E. RGB value is (192,56,62). Sum of RGB (Red+Green+Blue) = 192+56+62=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0383E is #3FC7C1. Grayscale: #616161. Windows color (decimal): -4179906 or 4077760. OLE color: 4077760.

HSL color Cylindrical-coordinate representation of color #C0383E: hue angle of 357.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0383E is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 62 -
CMYK 0 0.71 0.68 0.25
HSL 357.35º 0.55% 0.49% -
HSV(B) 357.35º 0.71% 0.75% -
XYZ 24.02 14.38 6.07 -
YUV 97.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 192 56 62 0 0.71 0.68 0.25 357.35 0.55 0.49
Hex C0 38 3E 0 47 44 19 165 37 31
Octal 300 70 76 0 107 104 31 545 67 61
Binary 11000000 111000 111110 0 1000111 1000100 11001 101100101 110111 110001

Color Harmonies of #C0383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0383E

Black with #C0383E

Text Example


Text Example

White with #C0383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0383E; }

 p { color: rgb(192,56,62); }

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

background-color css

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

 a { background-color: rgb(192,56,62); }

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

border-color css

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

 span { border-color: rgb(192,56,62); }

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