Shades of Rose #CFA797
Tints of Rose #CFA797
RGB
CMYK
RGB Variations
Color information
#CFA797 (or 0xCFA797) is known color: Rose. HEX triplet: CF, A7 and 97. RGB value is (207,167,151). Sum of RGB (Red+Green+Blue) = 207+167+151=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA797 is #305868. Grayscale: #B1B1B1. Windows color (decimal): -3168361 or 9938895. OLE color: 9938895.
HSL color Cylindrical-coordinate representation of color #CFA797: hue angle of 17.14º 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 #CFA797 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 151 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.19 |
| HSL | 17.14º | 0.37% | 0.7% | - |
| HSV(B) | 17.14º | 0.27% | 0.81% | - |
| XYZ | 45.14 | 43.14 | 35.23 | - |
| YUV | 177.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 151 | 0 | 0.19 | 0.27 | 0.19 | 17.14 | 0.37 | 0.7 |
| Hex | CF | A7 | 97 | 0 | 13 | 1B | 13 | 11 | 25 | 46 |
| Octal | 317 | 247 | 227 | 0 | 23 | 33 | 23 | 21 | 45 | 106 |
| Binary | 11001111 | 10100111 | 10010111 | 0 | 10011 | 11011 | 10011 | 10001 | 100101 | 1000110 |
Color Harmonies of #CFA797
Complementary color
Monochromatic Colors of #CFA797
Black with #CFA797
Text Example
Text Example
White with #CFA797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA797; }
p { color: rgb(207,167,151); }
H1.HeaderClassName
{
color: #CFA797;
}
.AnyTagClassName
{
color: #CFA797;
}
</style>
background-color css
<style>
a { background-color: #CFA797; }
a { background-color: rgb(207,167,151); }
div.DivClassName
{
background-color: #CFA797;
}
.BgClassName
{
background-color: #CFA797;
}
</style>
border-color css
<style>
span { border-color: #CFA797; }
span { border-color: rgb(207,167,151); }
td.TdClassName
{
border-color: #CFA797;
}
.TagClassName
{
border-color: #CFA797;
}
</style>