Shades of Mahogany #CC303B
Tints of Mahogany #CC303B
RGB
CMYK
RGB Variations
Color information
#CC303B (or 0xCC303B) is known color: Mahogany. HEX triplet: CC, 30 and 3B. RGB value is (204,48,59). Sum of RGB (Red+Green+Blue) = 204+48+59=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303B is #33CFC4. Grayscale: #606060. Windows color (decimal): -3395525 or 3879116. OLE color: 3879116.
HSL color Cylindrical-coordinate representation of color #CC303B: hue angle of 355.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC303B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 59 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.2 |
| HSL | 355.77º | 0.62% | 0.49% | - |
| HSV(B) | 355.77º | 0.76% | 0.8% | - |
| XYZ | 26.75 | 15.27 | 5.67 | - |
| YUV | 95.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 59 | 0 | 0.76 | 0.71 | 0.2 | 355.77 | 0.62 | 0.49 |
| Hex | CC | 30 | 3B | 0 | 4C | 47 | 14 | 164 | 3E | 31 |
| Octal | 314 | 60 | 73 | 0 | 114 | 107 | 24 | 544 | 76 | 61 |
| Binary | 11001100 | 110000 | 111011 | 0 | 1001100 | 1000111 | 10100 | 101100100 | 111110 | 110001 |
Color Harmonies of #CC303B
Complementary color
Monochromatic Colors of #CC303B
Black with #CC303B
Text Example
Text Example
White with #CC303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC303B; }
p { color: rgb(204,48,59); }
H1.HeaderClassName
{
color: #CC303B;
}
.AnyTagClassName
{
color: #CC303B;
}
</style>
background-color css
<style>
a { background-color: #CC303B; }
a { background-color: rgb(204,48,59); }
div.DivClassName
{
background-color: #CC303B;
}
.BgClassName
{
background-color: #CC303B;
}
</style>
border-color css
<style>
span { border-color: #CC303B; }
span { border-color: rgb(204,48,59); }
td.TdClassName
{
border-color: #CC303B;
}
.TagClassName
{
border-color: #CC303B;
}
</style>