Html Css Color HEX #C84346 Mahogany

📋 copy color: '#C84346'

red 200 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #C84346

Tints of Mahogany #C84346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.88%

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

R = 59.35%
G = 19.88%
B = 20.77%

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

#C84346 (or 0xC84346) is known color: Mahogany. HEX triplet: C8, 43 and 46. RGB value is (200,67,70). Sum of RGB (Red+Green+Blue) = 200+67+70=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C84346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84346 is #37BCB9. Grayscale: #6B6B6B. Windows color (decimal): -3652794 or 4604872. OLE color: 4604872.

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

Color convert

RGB 200 67 70 -
CMYK 0 0.66 0.65 0.22
HSL 358.65º 0.55% 0.52% -
HSV(B) 358.65º 0.67% 0.78% -
XYZ 26.93 16.74 7.61 -
YUV 107.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 200 67 70 0 0.66 0.65 0.22 358.65 0.55 0.52
Hex C8 43 46 0 42 41 16 167 37 34
Octal 310 103 106 0 102 101 26 547 67 64
Binary 11001000 1000011 1000110 0 1000010 1000001 10110 101100111 110111 110100

Color Harmonies of #C84346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84346

Black with #C84346

Text Example


Text Example

White with #C84346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84346; }

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

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

background-color css

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

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

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

border-color css

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

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

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