Html Css Color HEX #C2383B Mahogany

📋 copy color: '#C2383B'

red 194 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #C2383B

Tints of Mahogany #C2383B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 62.78%
G = 18.12%
B = 19.09%

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

#C2383B (or 0xC2383B) is known color: Mahogany. HEX triplet: C2, 38 and 3B. RGB value is (194,56,59). Sum of RGB (Red+Green+Blue) = 194+56+59=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383B is #3DC7C4. Grayscale: #616161. Windows color (decimal): -4048837 or 3881154. OLE color: 3881154.

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

Color convert

RGB 194 56 59 -
CMYK 0 0.71 0.70 0.24
HSL 358.7º 0.55% 0.49% -
HSV(B) 358.7º 0.71% 0.76% -
XYZ 24.45 14.61 5.67 -
YUV 97.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 194 56 59 0 0.71 0.70 0.24 358.7 0.55 0.49
Hex C2 38 3B 0 47 46 18 167 37 31
Octal 302 70 73 0 107 106 30 547 67 61
Binary 11000010 111000 111011 0 1000111 1000110 11000 101100111 110111 110001

Color Harmonies of #C2383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2383B

Black with #C2383B

Text Example


Text Example

White with #C2383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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