Html Css Color HEX #C2383F Mahogany

📋 copy color: '#C2383F'

red 194 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #C2383F

Tints of Mahogany #C2383F

RGB

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

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

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

R = 61.98%
G = 17.89%
B = 20.13%

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

#C2383F (or 0xC2383F) is known color: Mahogany. HEX triplet: C2, 38 and 3F. RGB value is (194,56,63). Sum of RGB (Red+Green+Blue) = 194+56+63=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383F is #3DC7C0. Grayscale: #626262. Windows color (decimal): -4048833 or 4143298. OLE color: 4143298.

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

Color convert

RGB 194 56 63 -
CMYK 0 0.71 0.68 0.24
HSL 356.96º 0.55% 0.49% -
HSV(B) 356.96º 0.71% 0.76% -
XYZ 24.56 14.66 6.24 -
YUV 98.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 194 56 63 0 0.71 0.68 0.24 356.96 0.55 0.49
Hex C2 38 3F 0 47 44 18 165 37 31
Octal 302 70 77 0 107 104 30 545 67 61
Binary 11000010 111000 111111 0 1000111 1000100 11000 101100101 110111 110001

Color Harmonies of #C2383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2383F

Black with #C2383F

Text Example


Text Example

White with #C2383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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