Html Css Color HEX #C84244 Mahogany

📋 copy color: '#C84244'

red 200 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #C84244

Tints of Mahogany #C84244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 59.88%
G = 19.76%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C84244 (or 0xC84244) is known color: Mahogany. HEX triplet: C8, 42 and 44. RGB value is (200,66,68). Sum of RGB (Red+Green+Blue) = 200+66+68=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84244 is #37BDBB. Grayscale: #6A6A6A. Windows color (decimal): -3653052 or 4473544. OLE color: 4473544.

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

Color convert

RGB 200 66 68 -
CMYK 0 0.67 0.66 0.22
HSL 359.1º 0.55% 0.52% -
HSV(B) 359.1º 0.67% 0.78% -
XYZ 26.81 16.59 7.26 -
YUV 106.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 200 66 68 0 0.67 0.66 0.22 359.1 0.55 0.52
Hex C8 42 44 0 43 42 16 167 37 34
Octal 310 102 104 0 103 102 26 547 67 64
Binary 11001000 1000010 1000100 0 1000011 1000010 10110 101100111 110111 110100

Color Harmonies of #C84244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84244

Black with #C84244

Text Example


Text Example

White with #C84244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84244; }

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

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

background-color css

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

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

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

border-color css

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

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

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