Shades of Mahogany #CC303C
Tints of Mahogany #CC303C
RGB
CMYK
RGB Variations
Color information
#CC303C (or 0xCC303C) is known color: Mahogany. HEX triplet: CC, 30 and 3C. RGB value is (204,48,60). Sum of RGB (Red+Green+Blue) = 204+48+60=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC303C is #33CFC3. Grayscale: #606060. Windows color (decimal): -3395524 or 3944652. OLE color: 3944652.
HSL color Cylindrical-coordinate representation of color #CC303C: hue angle of 355.38º 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 #CC303C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 60 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.2 |
| HSL | 355.38º | 0.62% | 0.49% | - |
| HSV(B) | 355.38º | 0.76% | 0.8% | - |
| XYZ | 26.77 | 15.28 | 5.81 | - |
| YUV | 96.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 60 | 0 | 0.76 | 0.71 | 0.2 | 355.38 | 0.62 | 0.49 |
| Hex | CC | 30 | 3C | 0 | 4C | 47 | 14 | 163 | 3E | 31 |
| Octal | 314 | 60 | 74 | 0 | 114 | 107 | 24 | 543 | 76 | 61 |
| Binary | 11001100 | 110000 | 111100 | 0 | 1001100 | 1000111 | 10100 | 101100011 | 111110 | 110001 |
Color Harmonies of #CC303C
Complementary color
Monochromatic Colors of #CC303C
Black with #CC303C
Text Example
Text Example
White with #CC303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC303C; }
p { color: rgb(204,48,60); }
H1.HeaderClassName
{
color: #CC303C;
}
.AnyTagClassName
{
color: #CC303C;
}
</style>
background-color css
<style>
a { background-color: #CC303C; }
a { background-color: rgb(204,48,60); }
div.DivClassName
{
background-color: #CC303C;
}
.BgClassName
{
background-color: #CC303C;
}
</style>
border-color css
<style>
span { border-color: #CC303C; }
span { border-color: rgb(204,48,60); }
td.TdClassName
{
border-color: #CC303C;
}
.TagClassName
{
border-color: #CC303C;
}
</style>