Shades of Old Rose #CF3357
Tints of Old Rose #CF3357
RGB
CMYK
RGB Variations
Color information
#CF3357 (or 0xCF3357) is known color: Old Rose. HEX triplet: CF, 33 and 57. RGB value is (207,51,87). Sum of RGB (Red+Green+Blue) = 207+51+87=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3357 is #30CCA8. Grayscale: #656565. Windows color (decimal): -3198121 or 5714895. OLE color: 5714895.
HSL color Cylindrical-coordinate representation of color #CF3357: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3357 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 87 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.19 |
| HSL | 346.15º | 0.62% | 0.51% | - |
| HSV(B) | 346.15º | 0.75% | 0.81% | - |
| XYZ | 28.64 | 16.32 | 10.66 | - |
| YUV | 101.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 87 | 0 | 0.75 | 0.58 | 0.19 | 346.15 | 0.62 | 0.51 |
| Hex | CF | 33 | 57 | 0 | 4B | 3A | 13 | 15A | 3E | 33 |
| Octal | 317 | 63 | 127 | 0 | 113 | 72 | 23 | 532 | 76 | 63 |
| Binary | 11001111 | 110011 | 1010111 | 0 | 1001011 | 111010 | 10011 | 101011010 | 111110 | 110011 |
Color Harmonies of #CF3357
Complementary color
Monochromatic Colors of #CF3357
Black with #CF3357
Text Example
Text Example
White with #CF3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3357; }
p { color: rgb(207,51,87); }
H1.HeaderClassName
{
color: #CF3357;
}
.AnyTagClassName
{
color: #CF3357;
}
</style>
background-color css
<style>
a { background-color: #CF3357; }
a { background-color: rgb(207,51,87); }
div.DivClassName
{
background-color: #CF3357;
}
.BgClassName
{
background-color: #CF3357;
}
</style>
border-color css
<style>
span { border-color: #CF3357; }
span { border-color: rgb(207,51,87); }
td.TdClassName
{
border-color: #CF3357;
}
.TagClassName
{
border-color: #CF3357;
}
</style>