Shades of Old Rose #CF3655
Tints of Old Rose #CF3655
RGB
CMYK
RGB Variations
Color information
#CF3655 (or 0xCF3655) is known color: Old Rose. HEX triplet: CF, 36 and 55. RGB value is (207,54,85). Sum of RGB (Red+Green+Blue) = 207+54+85=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3655 is #30C9AA. Grayscale: #676767. Windows color (decimal): -3197355 or 5584591. OLE color: 5584591.
HSL color Cylindrical-coordinate representation of color #CF3655: hue angle of 347.84º degrees, saturation: 0.61, 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 #CF3655 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 85 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.19 |
| HSL | 347.84º | 0.61% | 0.51% | - |
| HSV(B) | 347.84º | 0.74% | 0.81% | - |
| XYZ | 28.69 | 16.56 | 10.28 | - |
| YUV | 103.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 85 | 0 | 0.74 | 0.59 | 0.19 | 347.84 | 0.61 | 0.51 |
| Hex | CF | 36 | 55 | 0 | 4A | 3B | 13 | 15C | 3D | 33 |
| Octal | 317 | 66 | 125 | 0 | 112 | 73 | 23 | 534 | 75 | 63 |
| Binary | 11001111 | 110110 | 1010101 | 0 | 1001010 | 111011 | 10011 | 101011100 | 111101 | 110011 |
Color Harmonies of #CF3655
Complementary color
Monochromatic Colors of #CF3655
Black with #CF3655
Text Example
Text Example
White with #CF3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3655; }
p { color: rgb(207,54,85); }
H1.HeaderClassName
{
color: #CF3655;
}
.AnyTagClassName
{
color: #CF3655;
}
</style>
background-color css
<style>
a { background-color: #CF3655; }
a { background-color: rgb(207,54,85); }
div.DivClassName
{
background-color: #CF3655;
}
.BgClassName
{
background-color: #CF3655;
}
</style>
border-color css
<style>
span { border-color: #CF3655; }
span { border-color: rgb(207,54,85); }
td.TdClassName
{
border-color: #CF3655;
}
.TagClassName
{
border-color: #CF3655;
}
</style>