Html Css Color HEX #C64042 Mahogany

📋 copy color: '#C64042'

red 198 ◦ green 64 ◦ blue 66

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

Shades of Mahogany #C64042

Tints of Mahogany #C64042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 60.37%
G = 19.51%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C64042 (or 0xC64042) is known color: Mahogany. HEX triplet: C6, 40 and 42. RGB value is (198,64,66). Sum of RGB (Red+Green+Blue) = 198+64+66=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C64042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64042 is #39BFBD. Grayscale: #686868. Windows color (decimal): -3784638 or 4341958. OLE color: 4341958.

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

Color convert

RGB 198 64 66 -
CMYK 0 0.68 0.67 0.22
HSL 359.1º 0.54% 0.51% -
HSV(B) 359.1º 0.68% 0.78% -
XYZ 26.11 16.07 6.88 -
YUV 104.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 198 64 66 0 0.68 0.67 0.22 359.1 0.54 0.51
Hex C6 40 42 0 44 43 16 167 36 33
Octal 306 100 102 0 104 103 26 547 66 63
Binary 11000110 1000000 1000010 0 1000100 1000011 10110 101100111 110110 110011

Color Harmonies of #C64042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64042

Black with #C64042

Text Example


Text Example

White with #C64042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64042; }

 p { color: rgb(198,64,66); }

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

background-color css

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

 a { background-color: rgb(198,64,66); }

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

border-color css

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

 span { border-color: rgb(198,64,66); }

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