Shades of Cashmere #CFA992
Tints of Cashmere #CFA992
RGB
CMYK
RGB Variations
Color information
#CFA992 (or 0xCFA992) is known color: Cashmere. HEX triplet: CF, A9 and 92. RGB value is (207,169,146). Sum of RGB (Red+Green+Blue) = 207+169+146=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA992 is #30566D. Grayscale: #B1B1B1. Windows color (decimal): -3167854 or 9611727. OLE color: 9611727.
HSL color Cylindrical-coordinate representation of color #CFA992: hue angle of 22.62º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA992 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 146 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.19 |
| HSL | 22.62º | 0.39% | 0.69% | - |
| HSV(B) | 22.62º | 0.29% | 0.81% | - |
| XYZ | 45.11 | 43.72 | 33.25 | - |
| YUV | 177.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 146 | 0 | 0.18 | 0.29 | 0.19 | 22.62 | 0.39 | 0.69 |
| Hex | CF | A9 | 92 | 0 | 12 | 1D | 13 | 17 | 27 | 45 |
| Octal | 317 | 251 | 222 | 0 | 22 | 35 | 23 | 27 | 47 | 105 |
| Binary | 11001111 | 10101001 | 10010010 | 0 | 10010 | 11101 | 10011 | 10111 | 100111 | 1000101 |
Color Harmonies of #CFA992
Complementary color
Monochromatic Colors of #CFA992
Black with #CFA992
Text Example
Text Example
White with #CFA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA992; }
p { color: rgb(207,169,146); }
H1.HeaderClassName
{
color: #CFA992;
}
.AnyTagClassName
{
color: #CFA992;
}
</style>
background-color css
<style>
a { background-color: #CFA992; }
a { background-color: rgb(207,169,146); }
div.DivClassName
{
background-color: #CFA992;
}
.BgClassName
{
background-color: #CFA992;
}
</style>
border-color css
<style>
span { border-color: #CFA992; }
span { border-color: rgb(207,169,146); }
td.TdClassName
{
border-color: #CFA992;
}
.TagClassName
{
border-color: #CFA992;
}
</style>