Html Css Color HEX #C64445 Mahogany

📋 copy color: '#C64445'

red 198 ◦ green 68 ◦ blue 69

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

Shades of Mahogany #C64445

Tints of Mahogany #C64445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 59.1%
G = 20.3%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64445 (or 0xC64445) is known color: Mahogany. HEX triplet: C6, 44 and 45. RGB value is (198,68,69). Sum of RGB (Red+Green+Blue) = 198+68+69=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64445 is #39BBBA. Grayscale: #6B6B6B. Windows color (decimal): -3783611 or 4539590. OLE color: 4539590.

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

Color convert

RGB 198 68 69 -
CMYK 0 0.66 0.65 0.22
HSL 359.54º 0.53% 0.52% -
HSV(B) 359.54º 0.66% 0.78% -
XYZ 26.43 16.57 7.44 -
YUV 106.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 198 68 69 0 0.66 0.65 0.22 359.54 0.53 0.52
Hex C6 44 45 0 42 41 16 168 35 34
Octal 306 104 105 0 102 101 26 550 65 64
Binary 11000110 1000100 1000101 0 1000010 1000001 10110 101101000 110101 110100

Color Harmonies of #C64445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64445

Black with #C64445

Text Example


Text Example

White with #C64445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64445; }

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

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

background-color css

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

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

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

border-color css

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

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

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