Shades of Rose #CFA297
Tints of Rose #CFA297
RGB
CMYK
RGB Variations
Color information
#CFA297 (or 0xCFA297) is known color: Rose. HEX triplet: CF, A2 and 97. RGB value is (207,162,151). Sum of RGB (Red+Green+Blue) = 207+162+151=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA297 is #305D68. Grayscale: #AEAEAE. Windows color (decimal): -3169641 or 9937615. OLE color: 9937615.
HSL color Cylindrical-coordinate representation of color #CFA297: hue angle of 11.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA297 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 151 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.19 |
| HSL | 11.79º | 0.37% | 0.7% | - |
| HSV(B) | 11.79º | 0.27% | 0.81% | - |
| XYZ | 44.24 | 41.34 | 34.93 | - |
| YUV | 174.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 151 | 0 | 0.22 | 0.27 | 0.19 | 11.79 | 0.37 | 0.7 |
| Hex | CF | A2 | 97 | 0 | 16 | 1B | 13 | C | 25 | 46 |
| Octal | 317 | 242 | 227 | 0 | 26 | 33 | 23 | 14 | 45 | 106 |
| Binary | 11001111 | 10100010 | 10010111 | 0 | 10110 | 11011 | 10011 | 1100 | 100101 | 1000110 |
Color Harmonies of #CFA297
Complementary color
Monochromatic Colors of #CFA297
Black with #CFA297
Text Example
Text Example
White with #CFA297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA297; }
p { color: rgb(207,162,151); }
H1.HeaderClassName
{
color: #CFA297;
}
.AnyTagClassName
{
color: #CFA297;
}
</style>
background-color css
<style>
a { background-color: #CFA297; }
a { background-color: rgb(207,162,151); }
div.DivClassName
{
background-color: #CFA297;
}
.BgClassName
{
background-color: #CFA297;
}
</style>
border-color css
<style>
span { border-color: #CFA297; }
span { border-color: rgb(207,162,151); }
td.TdClassName
{
border-color: #CFA297;
}
.TagClassName
{
border-color: #CFA297;
}
</style>