Html Css Color HEX #C84246 Mahogany

📋 copy color: '#C84246'

red 200 ◦ green 66 ◦ blue 70

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

Shades of Mahogany #C84246

Tints of Mahogany #C84246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

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

R = 59.52%
G = 19.64%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C84246 (or 0xC84246) is known color: Mahogany. HEX triplet: C8, 42 and 46. RGB value is (200,66,70). Sum of RGB (Red+Green+Blue) = 200+66+70=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C84246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84246 is #37BDB9. Grayscale: #6A6A6A. Windows color (decimal): -3653050 or 4604616. OLE color: 4604616.

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

Color convert

RGB 200 66 70 -
CMYK 0 0.67 0.65 0.22
HSL 358.21º 0.55% 0.52% -
HSV(B) 358.21º 0.67% 0.78% -
XYZ 26.87 16.62 7.59 -
YUV 106.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 200 66 70 0 0.67 0.65 0.22 358.21 0.55 0.52
Hex C8 42 46 0 43 41 16 166 37 34
Octal 310 102 106 0 103 101 26 546 67 64
Binary 11001000 1000010 1000110 0 1000011 1000001 10110 101100110 110111 110100

Color Harmonies of #C84246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84246

Black with #C84246

Text Example


Text Example

White with #C84246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84246; }

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

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

background-color css

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

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

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

border-color css

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

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

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