Html Css Color HEX #C0343B Mahogany

📋 copy color: '#C0343B'

red 192 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C0343B

Tints of Mahogany #C0343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 63.37%
G = 17.16%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0343B (or 0xC0343B) is known color: Mahogany. HEX triplet: C0, 34 and 3B. RGB value is (192,52,59). Sum of RGB (Red+Green+Blue) = 192+52+59=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0343B is #3FCBC4. Grayscale: #5E5E5E. Windows color (decimal): -4180933 or 3880128. OLE color: 3880128.

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

Color convert

RGB 192 52 59 -
CMYK 0 0.73 0.69 0.25
HSL 357º 0.57% 0.48% -
HSV(B) 357º 0.73% 0.75% -
XYZ 23.76 13.98 5.58 -
YUV 94.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 192 52 59 0 0.73 0.69 0.25 357 0.57 0.48
Hex C0 34 3B 0 49 45 19 165 39 30
Octal 300 64 73 0 111 105 31 545 71 60
Binary 11000000 110100 111011 0 1001001 1000101 11001 101100101 111001 110000

Color Harmonies of #C0343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0343B

Black with #C0343B

Text Example


Text Example

White with #C0343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0343B; }

 p { color: rgb(192,52,59); }

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

background-color css

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

 a { background-color: rgb(192,52,59); }

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

border-color css

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

 span { border-color: rgb(192,52,59); }

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