Html Css Color HEX #C64447 Mahogany

📋 copy color: '#C64447'

red 198 ◦ green 68 ◦ blue 71

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

Shades of Mahogany #C64447

Tints of Mahogany #C64447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 58.75%
G = 20.18%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C64447 (or 0xC64447) is known color: Mahogany. HEX triplet: C6, 44 and 47. RGB value is (198,68,71). Sum of RGB (Red+Green+Blue) = 198+68+71=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C64447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64447 is #39BBB8. Grayscale: #6B6B6B. Windows color (decimal): -3783609 or 4670662. OLE color: 4670662.

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

Color convert

RGB 198 68 71 -
CMYK 0 0.66 0.64 0.22
HSL 358.62º 0.53% 0.52% -
HSV(B) 358.62º 0.66% 0.78% -
XYZ 26.49 16.59 7.77 -
YUV 107.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 198 68 71 0 0.66 0.64 0.22 358.62 0.53 0.52
Hex C6 44 47 0 42 40 16 167 35 34
Octal 306 104 107 0 102 100 26 547 65 64
Binary 11000110 1000100 1000111 0 1000010 1000000 10110 101100111 110101 110100

Color Harmonies of #C64447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64447

Black with #C64447

Text Example


Text Example

White with #C64447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64447; }

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

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

background-color css

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

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

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

border-color css

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

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

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