Shades of Mahogany #CC383C
Tints of Mahogany #CC383C
RGB
CMYK
RGB Variations
Color information
#CC383C (or 0xCC383C) is known color: Mahogany. HEX triplet: CC, 38 and 3C. RGB value is (204,56,60). Sum of RGB (Red+Green+Blue) = 204+56+60=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC383C is #33C7C3. Grayscale: #646464. Windows color (decimal): -3393476 or 3946700. OLE color: 3946700.
HSL color Cylindrical-coordinate representation of color #CC383C: hue angle of 358.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC383C is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 60 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.2 |
| HSL | 358.38º | 0.59% | 0.51% | - |
| HSV(B) | 358.38º | 0.73% | 0.8% | - |
| XYZ | 27.13 | 15.99 | 5.93 | - |
| YUV | 100.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 60 | 0 | 0.73 | 0.71 | 0.2 | 358.38 | 0.59 | 0.51 |
| Hex | CC | 38 | 3C | 0 | 49 | 47 | 14 | 166 | 3B | 33 |
| Octal | 314 | 70 | 74 | 0 | 111 | 107 | 24 | 546 | 73 | 63 |
| Binary | 11001100 | 111000 | 111100 | 0 | 1001001 | 1000111 | 10100 | 101100110 | 111011 | 110011 |
Color Harmonies of #CC383C
Complementary color
Monochromatic Colors of #CC383C
Black with #CC383C
Text Example
Text Example
White with #CC383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC383C; }
p { color: rgb(204,56,60); }
H1.HeaderClassName
{
color: #CC383C;
}
.AnyTagClassName
{
color: #CC383C;
}
</style>
background-color css
<style>
a { background-color: #CC383C; }
a { background-color: rgb(204,56,60); }
div.DivClassName
{
background-color: #CC383C;
}
.BgClassName
{
background-color: #CC383C;
}
</style>
border-color css
<style>
span { border-color: #CC383C; }
span { border-color: rgb(204,56,60); }
td.TdClassName
{
border-color: #CC383C;
}
.TagClassName
{
border-color: #CC383C;
}
</style>