Shades of Rose #CFA097
Tints of Rose #CFA097
RGB
CMYK
RGB Variations
Color information
#CFA097 (or 0xCFA097) is known color: Rose. HEX triplet: CF, A0 and 97. RGB value is (207,160,151). Sum of RGB (Red+Green+Blue) = 207+160+151=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA097 is #305F68. Grayscale: #ADADAD. Windows color (decimal): -3170153 or 9937103. OLE color: 9937103.
HSL color Cylindrical-coordinate representation of color #CFA097: hue angle of 9.64º 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 #CFA097 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 151 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.19 |
| HSL | 9.64º | 0.37% | 0.7% | - |
| HSV(B) | 9.64º | 0.27% | 0.81% | - |
| XYZ | 43.89 | 40.64 | 34.81 | - |
| YUV | 173.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 151 | 0 | 0.23 | 0.27 | 0.19 | 9.64 | 0.37 | 0.7 |
| Hex | CF | A0 | 97 | 0 | 17 | 1B | 13 | A | 25 | 46 |
| Octal | 317 | 240 | 227 | 0 | 27 | 33 | 23 | 12 | 45 | 106 |
| Binary | 11001111 | 10100000 | 10010111 | 0 | 10111 | 11011 | 10011 | 1010 | 100101 | 1000110 |
Color Harmonies of #CFA097
Complementary color
Monochromatic Colors of #CFA097
Black with #CFA097
Text Example
Text Example
White with #CFA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA097; }
p { color: rgb(207,160,151); }
H1.HeaderClassName
{
color: #CFA097;
}
.AnyTagClassName
{
color: #CFA097;
}
</style>
background-color css
<style>
a { background-color: #CFA097; }
a { background-color: rgb(207,160,151); }
div.DivClassName
{
background-color: #CFA097;
}
.BgClassName
{
background-color: #CFA097;
}
</style>
border-color css
<style>
span { border-color: #CFA097; }
span { border-color: rgb(207,160,151); }
td.TdClassName
{
border-color: #CFA097;
}
.TagClassName
{
border-color: #CFA097;
}
</style>