Shades of Old Rose #CC354D
Tints of Old Rose #CC354D
RGB
CMYK
RGB Variations
Color information
#CC354D (or 0xCC354D) is known color: Old Rose. HEX triplet: CC, 35 and 4D. RGB value is (204,53,77). Sum of RGB (Red+Green+Blue) = 204+53+77=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC354D is #33CAB2. Grayscale: #646464. Windows color (decimal): -3394227 or 5060044. OLE color: 5060044.
HSL color Cylindrical-coordinate representation of color #CC354D: hue angle of 350.46º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC354D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.2 |
| HSL | 350.46º | 0.6% | 0.5% | - |
| HSV(B) | 350.46º | 0.74% | 0.8% | - |
| XYZ | 27.51 | 15.92 | 8.64 | - |
| YUV | 100.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 77 | 0 | 0.74 | 0.62 | 0.2 | 350.46 | 0.6 | 0.5 |
| Hex | CC | 35 | 4D | 0 | 4A | 3E | 14 | 15E | 3C | 32 |
| Octal | 314 | 65 | 115 | 0 | 112 | 76 | 24 | 536 | 74 | 62 |
| Binary | 11001100 | 110101 | 1001101 | 0 | 1001010 | 111110 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CC354D
Complementary color
Monochromatic Colors of #CC354D
Black with #CC354D
Text Example
Text Example
White with #CC354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC354D; }
p { color: rgb(204,53,77); }
H1.HeaderClassName
{
color: #CC354D;
}
.AnyTagClassName
{
color: #CC354D;
}
</style>
background-color css
<style>
a { background-color: #CC354D; }
a { background-color: rgb(204,53,77); }
div.DivClassName
{
background-color: #CC354D;
}
.BgClassName
{
background-color: #CC354D;
}
</style>
border-color css
<style>
span { border-color: #CC354D; }
span { border-color: rgb(204,53,77); }
td.TdClassName
{
border-color: #CC354D;
}
.TagClassName
{
border-color: #CC354D;
}
</style>