Html Css Color HEX #C2383A Mahogany

📋 copy color: '#C2383A'

red 194 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #C2383A

Tints of Mahogany #C2383A

RGB

 RED value IS 194 (76.17% from 255) = 62.99%

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

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 62.99%
G = 18.18%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2383A (or 0xC2383A) is known color: Mahogany. HEX triplet: C2, 38 and 3A. RGB value is (194,56,58). Sum of RGB (Red+Green+Blue) = 194+56+58=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383A is #3DC7C5. Grayscale: #616161. Windows color (decimal): -4048838 or 3815618. OLE color: 3815618.

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

Color convert

RGB 194 56 58 -
CMYK 0 0.71 0.70 0.24
HSL 359.13º 0.55% 0.49% -
HSV(B) 359.13º 0.71% 0.76% -
XYZ 24.43 14.6 5.53 -
YUV 97.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 194 56 58 0 0.71 0.70 0.24 359.13 0.55 0.49
Hex C2 38 3A 0 47 46 18 167 37 31
Octal 302 70 72 0 107 106 30 547 67 61
Binary 11000010 111000 111010 0 1000111 1000110 11000 101100111 110111 110001

Color Harmonies of #C2383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2383A

Black with #C2383A

Text Example


Text Example

White with #C2383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2383A; }

 p { color: rgb(194,56,58); }

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

background-color css

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

 a { background-color: rgb(194,56,58); }

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

border-color css

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

 span { border-color: rgb(194,56,58); }

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