Html Css Color HEX #C84146 Mahogany

📋 copy color: '#C84146'

red 200 ◦ green 65 ◦ blue 70

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

Shades of Mahogany #C84146

Tints of Mahogany #C84146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 59.7%
G = 19.4%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C84146 (or 0xC84146) is known color: Mahogany. HEX triplet: C8, 41 and 46. RGB value is (200,65,70). Sum of RGB (Red+Green+Blue) = 200+65+70=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C84146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84146 is #37BEB9. Grayscale: #6A6A6A. Windows color (decimal): -3653306 or 4604360. OLE color: 4604360.

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

Color convert

RGB 200 65 70 -
CMYK 0 0.68 0.65 0.22
HSL 357.78º 0.55% 0.52% -
HSV(B) 357.78º 0.68% 0.78% -
XYZ 26.82 16.5 7.57 -
YUV 105.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 200 65 70 0 0.68 0.65 0.22 357.78 0.55 0.52
Hex C8 41 46 0 44 41 16 166 37 34
Octal 310 101 106 0 104 101 26 546 67 64
Binary 11001000 1000001 1000110 0 1000100 1000001 10110 101100110 110111 110100

Color Harmonies of #C84146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84146

Black with #C84146

Text Example


Text Example

White with #C84146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84146; }

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

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

background-color css

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

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

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

border-color css

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

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

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