Shades of Old Rose #CC354F
Tints of Old Rose #CC354F
RGB
CMYK
RGB Variations
Color information
#CC354F (or 0xCC354F) is known color: Old Rose. HEX triplet: CC, 35 and 4F. RGB value is (204,53,79). Sum of RGB (Red+Green+Blue) = 204+53+79=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC354F is #33CAB0. Grayscale: #656565. Windows color (decimal): -3394225 or 5191116. OLE color: 5191116.
HSL color Cylindrical-coordinate representation of color #CC354F: hue angle of 349.67º 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 #CC354F is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 79 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.2 |
| HSL | 349.67º | 0.6% | 0.5% | - |
| HSV(B) | 349.67º | 0.74% | 0.8% | - |
| XYZ | 27.59 | 15.95 | 9.02 | - |
| YUV | 101.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 79 | 0 | 0.74 | 0.61 | 0.2 | 349.67 | 0.6 | 0.5 |
| Hex | CC | 35 | 4F | 0 | 4A | 3D | 14 | 15E | 3C | 32 |
| Octal | 314 | 65 | 117 | 0 | 112 | 75 | 24 | 536 | 74 | 62 |
| Binary | 11001100 | 110101 | 1001111 | 0 | 1001010 | 111101 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CC354F
Complementary color
Monochromatic Colors of #CC354F
Black with #CC354F
Text Example
Text Example
White with #CC354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC354F; }
p { color: rgb(204,53,79); }
H1.HeaderClassName
{
color: #CC354F;
}
.AnyTagClassName
{
color: #CC354F;
}
</style>
background-color css
<style>
a { background-color: #CC354F; }
a { background-color: rgb(204,53,79); }
div.DivClassName
{
background-color: #CC354F;
}
.BgClassName
{
background-color: #CC354F;
}
</style>
border-color css
<style>
span { border-color: #CC354F; }
span { border-color: rgb(204,53,79); }
td.TdClassName
{
border-color: #CC354F;
}
.TagClassName
{
border-color: #CC354F;
}
</style>