Html Css Color HEX #C64344 Mahogany

📋 copy color: '#C64344'

red 198 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #C64344

Tints of Mahogany #C64344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 68 (26.95% from 255) = 20.42%

R = 59.46%
G = 20.12%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C64344 (or 0xC64344) is known color: Mahogany. HEX triplet: C6, 43 and 44. RGB value is (198,67,68). Sum of RGB (Red+Green+Blue) = 198+67+68=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C64344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64344 is #39BCBB. Grayscale: #6A6A6A. Windows color (decimal): -3783868 or 4473798. OLE color: 4473798.

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

Color convert

RGB 198 67 68 -
CMYK 0 0.66 0.66 0.22
HSL 359.54º 0.53% 0.52% -
HSV(B) 359.54º 0.66% 0.78% -
XYZ 26.34 16.44 7.25 -
YUV 106.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 198 67 68 0 0.66 0.66 0.22 359.54 0.53 0.52
Hex C6 43 44 0 42 42 16 168 35 34
Octal 306 103 104 0 102 102 26 550 65 64
Binary 11000110 1000011 1000100 0 1000010 1000010 10110 101101000 110101 110100

Color Harmonies of #C64344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64344

Black with #C64344

Text Example


Text Example

White with #C64344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64344; }

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

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

background-color css

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

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

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

border-color css

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

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

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