Html Css Color HEX #C84045 Mahogany

📋 copy color: '#C84045'

red 200 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #C84045

Tints of Mahogany #C84045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 60.06%
G = 19.22%
B = 20.72%

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

#C84045 (or 0xC84045) is known color: Mahogany. HEX triplet: C8, 40 and 45. RGB value is (200,64,69). Sum of RGB (Red+Green+Blue) = 200+64+69=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C84045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84045 is #37BFBA. Grayscale: #696969. Windows color (decimal): -3653563 or 4538568. OLE color: 4538568.

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

Color convert

RGB 200 64 69 -
CMYK 0 0.68 0.66 0.22
HSL 357.79º 0.55% 0.52% -
HSV(B) 357.79º 0.68% 0.78% -
XYZ 26.73 16.38 7.38 -
YUV 105.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 200 64 69 0 0.68 0.66 0.22 357.79 0.55 0.52
Hex C8 40 45 0 44 42 16 166 37 34
Octal 310 100 105 0 104 102 26 546 67 64
Binary 11001000 1000000 1000101 0 1000100 1000010 10110 101100110 110111 110100

Color Harmonies of #C84045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84045

Black with #C84045

Text Example


Text Example

White with #C84045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84045; }

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

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

background-color css

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

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

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

border-color css

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

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

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