Shades of Old Rose #CF3352
Tints of Old Rose #CF3352
RGB
CMYK
RGB Variations
Color information
#CF3352 (or 0xCF3352) is known color: Old Rose. HEX triplet: CF, 33 and 52. RGB value is (207,51,82). Sum of RGB (Red+Green+Blue) = 207+51+82=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3352 is #30CCAD. Grayscale: #656565. Windows color (decimal): -3198126 or 5387215. OLE color: 5387215.
HSL color Cylindrical-coordinate representation of color #CF3352: hue angle of 348.08º 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 #CF3352 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 82 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.19 |
| HSL | 348.08º | 0.62% | 0.51% | - |
| HSV(B) | 348.08º | 0.75% | 0.81% | - |
| XYZ | 28.44 | 16.24 | 9.62 | - |
| YUV | 101.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 82 | 0 | 0.75 | 0.60 | 0.19 | 348.08 | 0.62 | 0.51 |
| Hex | CF | 33 | 52 | 0 | 4B | 3C | 13 | 15C | 3E | 33 |
| Octal | 317 | 63 | 122 | 0 | 113 | 74 | 23 | 534 | 76 | 63 |
| Binary | 11001111 | 110011 | 1010010 | 0 | 1001011 | 111100 | 10011 | 101011100 | 111110 | 110011 |
Color Harmonies of #CF3352
Complementary color
Monochromatic Colors of #CF3352
Black with #CF3352
Text Example
Text Example
White with #CF3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3352; }
p { color: rgb(207,51,82); }
H1.HeaderClassName
{
color: #CF3352;
}
.AnyTagClassName
{
color: #CF3352;
}
</style>
background-color css
<style>
a { background-color: #CF3352; }
a { background-color: rgb(207,51,82); }
div.DivClassName
{
background-color: #CF3352;
}
.BgClassName
{
background-color: #CF3352;
}
</style>
border-color css
<style>
span { border-color: #CF3352; }
span { border-color: rgb(207,51,82); }
td.TdClassName
{
border-color: #CF3352;
}
.TagClassName
{
border-color: #CF3352;
}
</style>