Html Css Color HEX #C2383D Mahogany

📋 copy color: '#C2383D'

red 194 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #C2383D

Tints of Mahogany #C2383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 62.38%
G = 18.01%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2383D (or 0xC2383D) is known color: Mahogany. HEX triplet: C2, 38 and 3D. RGB value is (194,56,61). Sum of RGB (Red+Green+Blue) = 194+56+61=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383D is #3DC7C2. Grayscale: #616161. Windows color (decimal): -4048835 or 4012226. OLE color: 4012226.

HSL color Cylindrical-coordinate representation of color #C2383D: hue angle of 357.83º 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 #C2383D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 56 61 -
CMYK 0 0.71 0.69 0.24
HSL 357.83º 0.55% 0.49% -
HSV(B) 357.83º 0.71% 0.76% -
XYZ 24.5 14.63 5.95 -
YUV 97.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 194 56 61 0 0.71 0.69 0.24 357.83 0.55 0.49
Hex C2 38 3D 0 47 45 18 166 37 31
Octal 302 70 75 0 107 105 30 546 67 61
Binary 11000010 111000 111101 0 1000111 1000101 11000 101100110 110111 110001

Color Harmonies of #C2383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2383D

Black with #C2383D

Text Example


Text Example

White with #C2383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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