Shades of Mahogany #CC3E41
Tints of Mahogany #CC3E41
RGB
CMYK
RGB Variations
Color information
#CC3E41 (or 0xCC3E41) is known color: Mahogany. HEX triplet: CC, 3E and 41. RGB value is (204,62,65). Sum of RGB (Red+Green+Blue) = 204+62+65=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E41 is #33C1BE. Grayscale: #686868. Windows color (decimal): -3391935 or 4275916. OLE color: 4275916.
HSL color Cylindrical-coordinate representation of color #CC3E41: hue angle of 358.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3E41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 65 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.2 |
| HSL | 358.73º | 0.58% | 0.52% | - |
| HSV(B) | 358.73º | 0.7% | 0.8% | - |
| XYZ | 27.58 | 16.66 | 6.76 | - |
| YUV | 104.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 65 | 0 | 0.70 | 0.68 | 0.2 | 358.73 | 0.58 | 0.52 |
| Hex | CC | 3E | 41 | 0 | 46 | 44 | 14 | 167 | 3A | 34 |
| Octal | 314 | 76 | 101 | 0 | 106 | 104 | 24 | 547 | 72 | 64 |
| Binary | 11001100 | 111110 | 1000001 | 0 | 1000110 | 1000100 | 10100 | 101100111 | 111010 | 110100 |
Color Harmonies of #CC3E41
Complementary color
Monochromatic Colors of #CC3E41
Black with #CC3E41
Text Example
Text Example
White with #CC3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E41; }
p { color: rgb(204,62,65); }
H1.HeaderClassName
{
color: #CC3E41;
}
.AnyTagClassName
{
color: #CC3E41;
}
</style>
background-color css
<style>
a { background-color: #CC3E41; }
a { background-color: rgb(204,62,65); }
div.DivClassName
{
background-color: #CC3E41;
}
.BgClassName
{
background-color: #CC3E41;
}
</style>
border-color css
<style>
span { border-color: #CC3E41; }
span { border-color: rgb(204,62,65); }
td.TdClassName
{
border-color: #CC3E41;
}
.TagClassName
{
border-color: #CC3E41;
}
</style>