Shades of Old Rose #CC394D
Tints of Old Rose #CC394D
RGB
CMYK
RGB Variations
Color information
#CC394D (or 0xCC394D) is known color: Old Rose. HEX triplet: CC, 39 and 4D. RGB value is (204,57,77). Sum of RGB (Red+Green+Blue) = 204+57+77=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC394D is #33C6B2. Grayscale: #676767. Windows color (decimal): -3393203 or 5061068. OLE color: 5061068.
HSL color Cylindrical-coordinate representation of color #CC394D: hue angle of 351.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC394D is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 77 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.2 |
| HSL | 351.84º | 0.59% | 0.51% | - |
| HSV(B) | 351.84º | 0.72% | 0.8% | - |
| XYZ | 27.7 | 16.3 | 8.71 | - |
| YUV | 103.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 77 | 0 | 0.72 | 0.62 | 0.2 | 351.84 | 0.59 | 0.51 |
| Hex | CC | 39 | 4D | 0 | 48 | 3E | 14 | 160 | 3B | 33 |
| Octal | 314 | 71 | 115 | 0 | 110 | 76 | 24 | 540 | 73 | 63 |
| Binary | 11001100 | 111001 | 1001101 | 0 | 1001000 | 111110 | 10100 | 101100000 | 111011 | 110011 |
Color Harmonies of #CC394D
Complementary color
Monochromatic Colors of #CC394D
Black with #CC394D
Text Example
Text Example
White with #CC394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC394D; }
p { color: rgb(204,57,77); }
H1.HeaderClassName
{
color: #CC394D;
}
.AnyTagClassName
{
color: #CC394D;
}
</style>
background-color css
<style>
a { background-color: #CC394D; }
a { background-color: rgb(204,57,77); }
div.DivClassName
{
background-color: #CC394D;
}
.BgClassName
{
background-color: #CC394D;
}
</style>
border-color css
<style>
span { border-color: #CC394D; }
span { border-color: rgb(204,57,77); }
td.TdClassName
{
border-color: #CC394D;
}
.TagClassName
{
border-color: #CC394D;
}
</style>