Html Css Color HEX #C84144 Mahogany

📋 copy color: '#C84144'

red 200 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #C84144

Tints of Mahogany #C84144

RGB

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

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

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

R = 60.06%
G = 19.52%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C84144 (or 0xC84144) is known color: Mahogany. HEX triplet: C8, 41 and 44. RGB value is (200,65,68). Sum of RGB (Red+Green+Blue) = 200+65+68=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C84144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84144 is #37BEBB. Grayscale: #696969. Windows color (decimal): -3653308 or 4473288. OLE color: 4473288.

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

Color convert

RGB 200 65 68 -
CMYK 0 0.68 0.66 0.22
HSL 358.67º 0.55% 0.52% -
HSV(B) 358.67º 0.68% 0.78% -
XYZ 26.75 16.48 7.24 -
YUV 105.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 200 65 68 0 0.68 0.66 0.22 358.67 0.55 0.52
Hex C8 41 44 0 44 42 16 167 37 34
Octal 310 101 104 0 104 102 26 547 67 64
Binary 11001000 1000001 1000100 0 1000100 1000010 10110 101100111 110111 110100

Color Harmonies of #C84144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84144

Black with #C84144

Text Example


Text Example

White with #C84144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84144; }

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

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

background-color css

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

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

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

border-color css

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

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

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