Shades of Old Rose #CF3553
Tints of Old Rose #CF3553
RGB
CMYK
RGB Variations
Color information
#CF3553 (or 0xCF3553) is known color: Old Rose. HEX triplet: CF, 35 and 53. RGB value is (207,53,83). Sum of RGB (Red+Green+Blue) = 207+53+83=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3553 is #30CAAC. Grayscale: #666666. Windows color (decimal): -3197613 or 5453263. OLE color: 5453263.
HSL color Cylindrical-coordinate representation of color #CF3553: hue angle of 348.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3553 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 83 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.19 |
| HSL | 348.31º | 0.62% | 0.51% | - |
| HSV(B) | 348.31º | 0.74% | 0.81% | - |
| XYZ | 28.57 | 16.44 | 9.85 | - |
| YUV | 102.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 83 | 0 | 0.74 | 0.60 | 0.19 | 348.31 | 0.62 | 0.51 |
| Hex | CF | 35 | 53 | 0 | 4A | 3C | 13 | 15C | 3E | 33 |
| Octal | 317 | 65 | 123 | 0 | 112 | 74 | 23 | 534 | 76 | 63 |
| Binary | 11001111 | 110101 | 1010011 | 0 | 1001010 | 111100 | 10011 | 101011100 | 111110 | 110011 |
Color Harmonies of #CF3553
Complementary color
Monochromatic Colors of #CF3553
Black with #CF3553
Text Example
Text Example
White with #CF3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3553; }
p { color: rgb(207,53,83); }
H1.HeaderClassName
{
color: #CF3553;
}
.AnyTagClassName
{
color: #CF3553;
}
</style>
background-color css
<style>
a { background-color: #CF3553; }
a { background-color: rgb(207,53,83); }
div.DivClassName
{
background-color: #CF3553;
}
.BgClassName
{
background-color: #CF3553;
}
</style>
border-color css
<style>
span { border-color: #CF3553; }
span { border-color: rgb(207,53,83); }
td.TdClassName
{
border-color: #CF3553;
}
.TagClassName
{
border-color: #CF3553;
}
</style>