Html Css Color HEX #C2383C Mahogany

📋 copy color: '#C2383C'

red 194 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #C2383C

Tints of Mahogany #C2383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 62.58%
G = 18.06%
B = 19.35%

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

#C2383C (or 0xC2383C) is known color: Mahogany. HEX triplet: C2, 38 and 3C. RGB value is (194,56,60). Sum of RGB (Red+Green+Blue) = 194+56+60=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2383C is #3DC7C3. Grayscale: #616161. Windows color (decimal): -4048836 or 3946690. OLE color: 3946690.

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

Color convert

RGB 194 56 60 -
CMYK 0 0.71 0.69 0.24
HSL 358.26º 0.55% 0.49% -
HSV(B) 358.26º 0.71% 0.76% -
XYZ 24.48 14.62 5.81 -
YUV 97.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 194 56 60 0 0.71 0.69 0.24 358.26 0.55 0.49
Hex C2 38 3C 0 47 45 18 166 37 31
Octal 302 70 74 0 107 105 30 546 67 61
Binary 11000010 111000 111100 0 1000111 1000101 11000 101100110 110111 110001

Color Harmonies of #C2383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2383C

Black with #C2383C

Text Example


Text Example

White with #C2383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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