Html Css Color HEX #C64045 Mahogany

📋 copy color: '#C64045'

red 198 ◦ green 64 ◦ blue 69

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

Shades of Mahogany #C64045

Tints of Mahogany #C64045

RGB

 RED value IS 198 (77.73% from 255) = 59.82%

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

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

R = 59.82%
G = 19.34%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64045 (or 0xC64045) is known color: Mahogany. HEX triplet: C6, 40 and 45. RGB value is (198,64,69). Sum of RGB (Red+Green+Blue) = 198+64+69=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C64045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64045 is #39BFBA. Grayscale: #686868. Windows color (decimal): -3784635 or 4538566. OLE color: 4538566.

HSL color Cylindrical-coordinate representation of color #C64045: hue angle of 357.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64045 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 69 -
CMYK 0 0.68 0.65 0.22
HSL 357.76º 0.54% 0.51% -
HSV(B) 357.76º 0.68% 0.78% -
XYZ 26.2 16.1 7.36 -
YUV 104.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 198 64 69 0 0.68 0.65 0.22 357.76 0.54 0.51
Hex C6 40 45 0 44 41 16 166 36 33
Octal 306 100 105 0 104 101 26 546 66 63
Binary 11000110 1000000 1000101 0 1000100 1000001 10110 101100110 110110 110011

Color Harmonies of #C64045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64045

Black with #C64045

Text Example


Text Example

White with #C64045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64045; }

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

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

background-color css

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

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

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

border-color css

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

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

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