Html Css Color HEX #C64446 Mahogany

📋 copy color: '#C64446'

red 198 ◦ green 68 ◦ blue 70

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

Shades of Mahogany #C64446

Tints of Mahogany #C64446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 58.93%
G = 20.24%
B = 20.83%

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

#C64446 (or 0xC64446) is known color: Mahogany. HEX triplet: C6, 44 and 46. RGB value is (198,68,70). Sum of RGB (Red+Green+Blue) = 198+68+70=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C64446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64446 is #39BBB9. Grayscale: #6B6B6B. Windows color (decimal): -3783610 or 4605126. OLE color: 4605126.

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

Color convert

RGB 198 68 70 -
CMYK 0 0.66 0.65 0.22
HSL 359.08º 0.53% 0.52% -
HSV(B) 359.08º 0.66% 0.78% -
XYZ 26.46 16.58 7.6 -
YUV 107.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 198 68 70 0 0.66 0.65 0.22 359.08 0.53 0.52
Hex C6 44 46 0 42 41 16 167 35 34
Octal 306 104 106 0 102 101 26 547 65 64
Binary 11000110 1000100 1000110 0 1000010 1000001 10110 101100111 110101 110100

Color Harmonies of #C64446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64446

Black with #C64446

Text Example


Text Example

White with #C64446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64446; }

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

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

background-color css

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

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

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

border-color css

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

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

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