Html Css Color HEX #C84145 Mahogany

📋 copy color: '#C84145'

red 200 ◦ green 65 ◦ blue 69

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

Shades of Mahogany #C84145

Tints of Mahogany #C84145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 59.88%
G = 19.46%
B = 20.66%

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

#C84145 (or 0xC84145) is known color: Mahogany. HEX triplet: C8, 41 and 45. RGB value is (200,65,69). Sum of RGB (Red+Green+Blue) = 200+65+69=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84145 is #37BEBA. Grayscale: #696969. Windows color (decimal): -3653307 or 4538824. OLE color: 4538824.

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

Color convert

RGB 200 65 69 -
CMYK 0 0.68 0.66 0.22
HSL 358.22º 0.55% 0.52% -
HSV(B) 358.22º 0.68% 0.78% -
XYZ 26.78 16.49 7.4 -
YUV 105.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 200 65 69 0 0.68 0.66 0.22 358.22 0.55 0.52
Hex C8 41 45 0 44 42 16 166 37 34
Octal 310 101 105 0 104 102 26 546 67 64
Binary 11001000 1000001 1000101 0 1000100 1000010 10110 101100110 110111 110100

Color Harmonies of #C84145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84145

Black with #C84145

Text Example


Text Example

White with #C84145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84145; }

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

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

background-color css

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

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

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

border-color css

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

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

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