Shades of Old Rose #CF3455
Tints of Old Rose #CF3455
RGB
CMYK
RGB Variations
Color information
#CF3455 (or 0xCF3455) is known color: Old Rose. HEX triplet: CF, 34 and 55. RGB value is (207,52,85). Sum of RGB (Red+Green+Blue) = 207+52+85=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3455 is #30CBAA. Grayscale: #666666. Windows color (decimal): -3197867 or 5584079. OLE color: 5584079.
HSL color Cylindrical-coordinate representation of color #CF3455: hue angle of 347.23º 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 #CF3455 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 85 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.19 |
| HSL | 347.23º | 0.62% | 0.51% | - |
| HSV(B) | 347.23º | 0.75% | 0.81% | - |
| XYZ | 28.6 | 16.38 | 10.25 | - |
| YUV | 102.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 85 | 0 | 0.75 | 0.59 | 0.19 | 347.23 | 0.62 | 0.51 |
| Hex | CF | 34 | 55 | 0 | 4B | 3B | 13 | 15B | 3E | 33 |
| Octal | 317 | 64 | 125 | 0 | 113 | 73 | 23 | 533 | 76 | 63 |
| Binary | 11001111 | 110100 | 1010101 | 0 | 1001011 | 111011 | 10011 | 101011011 | 111110 | 110011 |
Color Harmonies of #CF3455
Complementary color
Monochromatic Colors of #CF3455
Black with #CF3455
Text Example
Text Example
White with #CF3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3455; }
p { color: rgb(207,52,85); }
H1.HeaderClassName
{
color: #CF3455;
}
.AnyTagClassName
{
color: #CF3455;
}
</style>
background-color css
<style>
a { background-color: #CF3455; }
a { background-color: rgb(207,52,85); }
div.DivClassName
{
background-color: #CF3455;
}
.BgClassName
{
background-color: #CF3455;
}
</style>
border-color css
<style>
span { border-color: #CF3455; }
span { border-color: rgb(207,52,85); }
td.TdClassName
{
border-color: #CF3455;
}
.TagClassName
{
border-color: #CF3455;
}
</style>