Html Css Color HEX #C2393F Mahogany

📋 copy color: '#C2393F'

red 194 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #C2393F

Tints of Mahogany #C2393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 63 (25% from 255) = 20.06%

R = 61.78%
G = 18.15%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2393F (or 0xC2393F) is known color: Mahogany. HEX triplet: C2, 39 and 3F. RGB value is (194,57,63). Sum of RGB (Red+Green+Blue) = 194+57+63=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C2393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2393F is #3DC6C0. Grayscale: #626262. Windows color (decimal): -4048577 or 4143554. OLE color: 4143554.

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

Color convert

RGB 194 57 63 -
CMYK 0 0.71 0.68 0.24
HSL 357.37º 0.55% 0.49% -
HSV(B) 357.37º 0.71% 0.76% -
XYZ 24.61 14.75 6.25 -
YUV 98.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 194 57 63 0 0.71 0.68 0.24 357.37 0.55 0.49
Hex C2 39 3F 0 47 44 18 165 37 31
Octal 302 71 77 0 107 104 30 545 67 61
Binary 11000010 111001 111111 0 1000111 1000100 11000 101100101 110111 110001

Color Harmonies of #C2393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2393F

Black with #C2393F

Text Example


Text Example

White with #C2393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2393F; }

 p { color: rgb(194,57,63); }

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

background-color css

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

 a { background-color: rgb(194,57,63); }

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

border-color css

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

 span { border-color: rgb(194,57,63); }

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