Html Css Color HEX #C0383C Mahogany

📋 copy color: '#C0383C'

red 192 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #C0383C

Tints of Mahogany #C0383C

RGB

 RED value IS 192 (75.39% from 255) = 62.34%

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

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

R = 62.34%
G = 18.18%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0383C (or 0xC0383C) is known color: Mahogany. HEX triplet: C0, 38 and 3C. RGB value is (192,56,60). Sum of RGB (Red+Green+Blue) = 192+56+60=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0383C is #3FC7C3. Grayscale: #616161. Windows color (decimal): -4179908 or 3946688. OLE color: 3946688.

HSL color Cylindrical-coordinate representation of color #C0383C: hue angle of 358.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0383C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 60 -
CMYK 0 0.71 0.69 0.25
HSL 358.24º 0.55% 0.49% -
HSV(B) 358.24º 0.71% 0.75% -
XYZ 23.97 14.36 5.78 -
YUV 97.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 192 56 60 0 0.71 0.69 0.25 358.24 0.55 0.49
Hex C0 38 3C 0 47 45 19 166 37 31
Octal 300 70 74 0 107 105 31 546 67 61
Binary 11000000 111000 111100 0 1000111 1000101 11001 101100110 110111 110001

Color Harmonies of #C0383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0383C

Black with #C0383C

Text Example


Text Example

White with #C0383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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