Html Css Color HEX #C8343C Mahogany

📋 copy color: '#C8343C'

red 200 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #C8343C

Tints of Mahogany #C8343C

RGB

 RED value IS 200 (78.52% from 255) = 64.1%

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

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

R = 64.1%
G = 16.67%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8343C (or 0xC8343C) is known color: Mahogany. HEX triplet: C8, 34 and 3C. RGB value is (200,52,60). Sum of RGB (Red+Green+Blue) = 200+52+60=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8343C is #37CBC3. Grayscale: #616161. Windows color (decimal): -3656644 or 3945672. OLE color: 3945672.

HSL color Cylindrical-coordinate representation of color #C8343C: hue angle of 356.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8343C is Cyan = 0, Magento = 0.74, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 60 -
CMYK 0 0.74 0.7 0.22
HSL 356.76º 0.59% 0.49% -
HSV(B) 356.76º 0.74% 0.78% -
XYZ 25.86 15.06 5.82 -
YUV 97.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 200 52 60 0 0.74 0.7 0.22 356.76 0.59 0.49
Hex C8 34 3C 0 4A 46 16 165 3B 31
Octal 310 64 74 0 112 106 26 545 73 61
Binary 11001000 110100 111100 0 1001010 1000110 10110 101100101 111011 110001

Color Harmonies of #C8343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8343C

Black with #C8343C

Text Example


Text Example

White with #C8343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8343C; }

 p { color: rgb(200,52,60); }

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

background-color css

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

 a { background-color: rgb(200,52,60); }

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

border-color css

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

 span { border-color: rgb(200,52,60); }

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