Shades of Old Rose #CF3256
Tints of Old Rose #CF3256
RGB
CMYK
RGB Variations
Color information
#CF3256 (or 0xCF3256) is known color: Old Rose. HEX triplet: CF, 32 and 56. RGB value is (207,50,86). Sum of RGB (Red+Green+Blue) = 207+50+86=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3256 is #30CDA9. Grayscale: #656565. Windows color (decimal): -3198378 or 5649103. OLE color: 5649103.
HSL color Cylindrical-coordinate representation of color #CF3256: hue angle of 346.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3256 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.19 |
| HSL | 346.24º | 0.62% | 0.5% | - |
| HSV(B) | 346.24º | 0.76% | 0.81% | - |
| XYZ | 28.55 | 16.22 | 10.43 | - |
| YUV | 101.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 86 | 0 | 0.76 | 0.58 | 0.19 | 346.24 | 0.62 | 0.5 |
| Hex | CF | 32 | 56 | 0 | 4C | 3A | 13 | 15A | 3E | 32 |
| Octal | 317 | 62 | 126 | 0 | 114 | 72 | 23 | 532 | 76 | 62 |
| Binary | 11001111 | 110010 | 1010110 | 0 | 1001100 | 111010 | 10011 | 101011010 | 111110 | 110010 |
Color Harmonies of #CF3256
Complementary color
Monochromatic Colors of #CF3256
Black with #CF3256
Text Example
Text Example
White with #CF3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3256; }
p { color: rgb(207,50,86); }
H1.HeaderClassName
{
color: #CF3256;
}
.AnyTagClassName
{
color: #CF3256;
}
</style>
background-color css
<style>
a { background-color: #CF3256; }
a { background-color: rgb(207,50,86); }
div.DivClassName
{
background-color: #CF3256;
}
.BgClassName
{
background-color: #CF3256;
}
</style>
border-color css
<style>
span { border-color: #CF3256; }
span { border-color: rgb(207,50,86); }
td.TdClassName
{
border-color: #CF3256;
}
.TagClassName
{
border-color: #CF3256;
}
</style>