Html Css Color HEX #C84247 Mahogany

📋 copy color: '#C84247'

red 200 ◦ green 66 ◦ blue 71

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

Shades of Mahogany #C84247

Tints of Mahogany #C84247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 59.35%
G = 19.58%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C84247 (or 0xC84247) is known color: Mahogany. HEX triplet: C8, 42 and 47. RGB value is (200,66,71). Sum of RGB (Red+Green+Blue) = 200+66+71=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C84247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84247 is #37BDB8. Grayscale: #6A6A6A. Windows color (decimal): -3653049 or 4670152. OLE color: 4670152.

HSL color Cylindrical-coordinate representation of color #C84247: hue angle of 357.76º 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 #C84247 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 71 -
CMYK 0 0.67 0.64 0.22
HSL 357.76º 0.55% 0.52% -
HSV(B) 357.76º 0.67% 0.78% -
XYZ 26.9 16.63 7.75 -
YUV 106.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 200 66 71 0 0.67 0.64 0.22 357.76 0.55 0.52
Hex C8 42 47 0 43 40 16 166 37 34
Octal 310 102 107 0 103 100 26 546 67 64
Binary 11001000 1000010 1000111 0 1000011 1000000 10110 101100110 110111 110100

Color Harmonies of #C84247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84247

Black with #C84247

Text Example


Text Example

White with #C84247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84247; }

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

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

background-color css

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

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

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

border-color css

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

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

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