Shades of Mahogany #CC4143
Tints of Mahogany #CC4143
RGB
CMYK
RGB Variations
Color information
#CC4143 (or 0xCC4143) is known color: Mahogany. HEX triplet: CC, 41 and 43. RGB value is (204,65,67). Sum of RGB (Red+Green+Blue) = 204+65+67=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4143 is #33BEBC. Grayscale: #6A6A6A. Windows color (decimal): -3391165 or 4407756. OLE color: 4407756.
HSL color Cylindrical-coordinate representation of color #CC4143: hue angle of 359.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4143 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 67 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.2 |
| HSL | 359.14º | 0.58% | 0.53% | - |
| HSV(B) | 359.14º | 0.68% | 0.8% | - |
| XYZ | 27.81 | 17.02 | 7.13 | - |
| YUV | 106.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 67 | 0 | 0.68 | 0.67 | 0.2 | 359.14 | 0.58 | 0.53 |
| Hex | CC | 41 | 43 | 0 | 44 | 43 | 14 | 167 | 3A | 35 |
| Octal | 314 | 101 | 103 | 0 | 104 | 103 | 24 | 547 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1000011 | 0 | 1000100 | 1000011 | 10100 | 101100111 | 111010 | 110101 |
Color Harmonies of #CC4143
Complementary color
Monochromatic Colors of #CC4143
Black with #CC4143
Text Example
Text Example
White with #CC4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4143; }
p { color: rgb(204,65,67); }
H1.HeaderClassName
{
color: #CC4143;
}
.AnyTagClassName
{
color: #CC4143;
}
</style>
background-color css
<style>
a { background-color: #CC4143; }
a { background-color: rgb(204,65,67); }
div.DivClassName
{
background-color: #CC4143;
}
.BgClassName
{
background-color: #CC4143;
}
</style>
border-color css
<style>
span { border-color: #CC4143; }
span { border-color: rgb(204,65,67); }
td.TdClassName
{
border-color: #CC4143;
}
.TagClassName
{
border-color: #CC4143;
}
</style>