Html Css Color HEX #C64144 Mahogany

📋 copy color: '#C64144'

red 198 ◦ green 65 ◦ blue 68

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

Shades of Mahogany #C64144

Tints of Mahogany #C64144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 59.82%
G = 19.64%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C64144 (or 0xC64144) is known color: Mahogany. HEX triplet: C6, 41 and 44. RGB value is (198,65,68). Sum of RGB (Red+Green+Blue) = 198+65+68=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C64144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64144 is #39BEBB. Grayscale: #696969. Windows color (decimal): -3784380 or 4473286. OLE color: 4473286.

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

Color convert

RGB 198 65 68 -
CMYK 0 0.67 0.66 0.22
HSL 358.65º 0.54% 0.52% -
HSV(B) 358.65º 0.67% 0.78% -
XYZ 26.22 16.2 7.21 -
YUV 105.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 198 65 68 0 0.67 0.66 0.22 358.65 0.54 0.52
Hex C6 41 44 0 43 42 16 167 36 34
Octal 306 101 104 0 103 102 26 547 66 64
Binary 11000110 1000001 1000100 0 1000011 1000010 10110 101100111 110110 110100

Color Harmonies of #C64144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64144

Black with #C64144

Text Example


Text Example

White with #C64144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64144; }

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

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

background-color css

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

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

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

border-color css

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

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

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