Shades of Old Rose #CF264D
Tints of Old Rose #CF264D
RGB
CMYK
RGB Variations
Color information
#CF264D (or 0xCF264D) is known color: Old Rose. HEX triplet: CF, 26 and 4D. RGB value is (207,38,77). Sum of RGB (Red+Green+Blue) = 207+38+77=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF264D is #30D9B2. Grayscale: #5C5C5C. Windows color (decimal): -3201459 or 5056207. OLE color: 5056207.
HSL color Cylindrical-coordinate representation of color #CF264D: hue angle of 346.15º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF264D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 77 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.19 |
| HSL | 346.15º | 0.69% | 0.48% | - |
| HSV(B) | 346.15º | 0.82% | 0.81% | - |
| XYZ | 27.76 | 15.19 | 8.49 | - |
| YUV | 92.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 77 | 0 | 0.82 | 0.63 | 0.19 | 346.15 | 0.69 | 0.48 |
| Hex | CF | 26 | 4D | 0 | 52 | 3F | 13 | 15A | 45 | 30 |
| Octal | 317 | 46 | 115 | 0 | 122 | 77 | 23 | 532 | 105 | 60 |
| Binary | 11001111 | 100110 | 1001101 | 0 | 1010010 | 111111 | 10011 | 101011010 | 1000101 | 110000 |
Color Harmonies of #CF264D
Complementary color
Monochromatic Colors of #CF264D
Black with #CF264D
Text Example
Text Example
White with #CF264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF264D; }
p { color: rgb(207,38,77); }
H1.HeaderClassName
{
color: #CF264D;
}
.AnyTagClassName
{
color: #CF264D;
}
</style>
background-color css
<style>
a { background-color: #CF264D; }
a { background-color: rgb(207,38,77); }
div.DivClassName
{
background-color: #CF264D;
}
.BgClassName
{
background-color: #CF264D;
}
</style>
border-color css
<style>
span { border-color: #CF264D; }
span { border-color: rgb(207,38,77); }
td.TdClassName
{
border-color: #CF264D;
}
.TagClassName
{
border-color: #CF264D;
}
</style>