Shades of Old Rose #CF334E
Tints of Old Rose #CF334E
RGB
CMYK
RGB Variations
Color information
#CF334E (or 0xCF334E) is known color: Old Rose. HEX triplet: CF, 33 and 4E. RGB value is (207,51,78). Sum of RGB (Red+Green+Blue) = 207+51+78=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF334E is #30CCB1. Grayscale: #646464. Windows color (decimal): -3198130 or 5125071. OLE color: 5125071.
HSL color Cylindrical-coordinate representation of color #CF334E: hue angle of 349.62º 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 #CF334E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.19 |
| HSL | 349.62º | 0.62% | 0.51% | - |
| HSV(B) | 349.62º | 0.75% | 0.81% | - |
| XYZ | 28.29 | 16.18 | 8.84 | - |
| YUV | 100.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 78 | 0 | 0.75 | 0.62 | 0.19 | 349.62 | 0.62 | 0.51 |
| Hex | CF | 33 | 4E | 0 | 4B | 3E | 13 | 15E | 3E | 33 |
| Octal | 317 | 63 | 116 | 0 | 113 | 76 | 23 | 536 | 76 | 63 |
| Binary | 11001111 | 110011 | 1001110 | 0 | 1001011 | 111110 | 10011 | 101011110 | 111110 | 110011 |
Color Harmonies of #CF334E
Complementary color
Monochromatic Colors of #CF334E
Black with #CF334E
Text Example
Text Example
White with #CF334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF334E; }
p { color: rgb(207,51,78); }
H1.HeaderClassName
{
color: #CF334E;
}
.AnyTagClassName
{
color: #CF334E;
}
</style>
background-color css
<style>
a { background-color: #CF334E; }
a { background-color: rgb(207,51,78); }
div.DivClassName
{
background-color: #CF334E;
}
.BgClassName
{
background-color: #CF334E;
}
</style>
border-color css
<style>
span { border-color: #CF334E; }
span { border-color: rgb(207,51,78); }
td.TdClassName
{
border-color: #CF334E;
}
.TagClassName
{
border-color: #CF334E;
}
</style>