Shades of Old Rose #CF344E
Tints of Old Rose #CF344E
RGB
CMYK
RGB Variations
Color information
#CF344E (or 0xCF344E) is known color: Old Rose. HEX triplet: CF, 34 and 4E. RGB value is (207,52,78). Sum of RGB (Red+Green+Blue) = 207+52+78=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF344E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF344E is #30CBB1. Grayscale: #656565. Windows color (decimal): -3197874 or 5125327. OLE color: 5125327.
HSL color Cylindrical-coordinate representation of color #CF344E: hue angle of 349.94º 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 #CF344E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.19 |
| HSL | 349.94º | 0.62% | 0.51% | - |
| HSV(B) | 349.94º | 0.75% | 0.81% | - |
| XYZ | 28.34 | 16.27 | 8.85 | - |
| YUV | 101.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 78 | 0 | 0.75 | 0.62 | 0.19 | 349.94 | 0.62 | 0.51 |
| Hex | CF | 34 | 4E | 0 | 4B | 3E | 13 | 15E | 3E | 33 |
| Octal | 317 | 64 | 116 | 0 | 113 | 76 | 23 | 536 | 76 | 63 |
| Binary | 11001111 | 110100 | 1001110 | 0 | 1001011 | 111110 | 10011 | 101011110 | 111110 | 110011 |
Color Harmonies of #CF344E
Complementary color
Monochromatic Colors of #CF344E
Black with #CF344E
Text Example
Text Example
White with #CF344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF344E; }
p { color: rgb(207,52,78); }
H1.HeaderClassName
{
color: #CF344E;
}
.AnyTagClassName
{
color: #CF344E;
}
</style>
background-color css
<style>
a { background-color: #CF344E; }
a { background-color: rgb(207,52,78); }
div.DivClassName
{
background-color: #CF344E;
}
.BgClassName
{
background-color: #CF344E;
}
</style>
border-color css
<style>
span { border-color: #CF344E; }
span { border-color: rgb(207,52,78); }
td.TdClassName
{
border-color: #CF344E;
}
.TagClassName
{
border-color: #CF344E;
}
</style>