Html Css Color HEX #C84546 Mahogany

📋 copy color: '#C84546'

red 200 ◦ green 69 ◦ blue 70

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

Shades of Mahogany #C84546

Tints of Mahogany #C84546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 59%
G = 20.35%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C84546 (or 0xC84546) is known color: Mahogany. HEX triplet: C8, 45 and 46. RGB value is (200,69,70). Sum of RGB (Red+Green+Blue) = 200+69+70=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C84546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84546 is #37BAB9. Grayscale: #6C6C6C. Windows color (decimal): -3652282 or 4605384. OLE color: 4605384.

HSL color Cylindrical-coordinate representation of color #C84546: hue angle of 359.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84546 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 70 -
CMYK 0 0.66 0.65 0.22
HSL 359.54º 0.54% 0.53% -
HSV(B) 359.54º 0.66% 0.78% -
XYZ 27.05 16.98 7.65 -
YUV 108.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 200 69 70 0 0.66 0.65 0.22 359.54 0.54 0.53
Hex C8 45 46 0 42 41 16 168 36 35
Octal 310 105 106 0 102 101 26 550 66 65
Binary 11001000 1000101 1000110 0 1000010 1000001 10110 101101000 110110 110101

Color Harmonies of #C84546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84546

Black with #C84546

Text Example


Text Example

White with #C84546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84546; }

 p { color: rgb(200,69,70); }

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

background-color css

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

 a { background-color: rgb(200,69,70); }

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

border-color css

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

 span { border-color: rgb(200,69,70); }

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