Html Css Color HEX #C84446 Mahogany

📋 copy color: '#C84446'

red 200 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C84446

Tints of Mahogany #C84446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 59.17%
G = 20.12%
B = 20.71%

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

#C84446 (or 0xC84446) is known color: Mahogany. HEX triplet: C8, 44 and 46. RGB value is (200,68,70). Sum of RGB (Red+Green+Blue) = 200+68+70=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84446 is #37BBB9. Grayscale: #6B6B6B. Windows color (decimal): -3652538 or 4605128. OLE color: 4605128.

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

Color convert

RGB 200 68 70 -
CMYK 0 0.66 0.65 0.22
HSL 359.09º 0.55% 0.53% -
HSV(B) 359.09º 0.66% 0.78% -
XYZ 26.99 16.86 7.63 -
YUV 107.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 200 68 70 0 0.66 0.65 0.22 359.09 0.55 0.53
Hex C8 44 46 0 42 41 16 167 37 35
Octal 310 104 106 0 102 101 26 547 67 65
Binary 11001000 1000100 1000110 0 1000010 1000001 10110 101100111 110111 110101

Color Harmonies of #C84446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84446

Black with #C84446

Text Example


Text Example

White with #C84446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84446; }

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

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

background-color css

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

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

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

border-color css

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

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

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