Html Css Color HEX #C1383C Mahogany

📋 copy color: '#C1383C'

red 193 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #C1383C

Tints of Mahogany #C1383C

RGB

 RED value IS 193 (75.78% from 255) = 62.46%

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

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

R = 62.46%
G = 18.12%
B = 19.42%

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

#C1383C (or 0xC1383C) is known color: Mahogany. HEX triplet: C1, 38 and 3C. RGB value is (193,56,60). Sum of RGB (Red+Green+Blue) = 193+56+60=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1383C is #3EC7C3. Grayscale: #616161. Windows color (decimal): -4114372 or 3946689. OLE color: 3946689.

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

Color convert

RGB 193 56 60 -
CMYK 0 0.71 0.69 0.24
HSL 358.25º 0.55% 0.49% -
HSV(B) 358.25º 0.71% 0.76% -
XYZ 24.22 14.49 5.8 -
YUV 97.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 193 56 60 0 0.71 0.69 0.24 358.25 0.55 0.49
Hex C1 38 3C 0 47 45 18 166 37 31
Octal 301 70 74 0 107 105 30 546 67 61
Binary 11000001 111000 111100 0 1000111 1000101 11000 101100110 110111 110001

Color Harmonies of #C1383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1383C

Black with #C1383C

Text Example


Text Example

White with #C1383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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