Shades of Cashmere #CFAF9A
Tints of Cashmere #CFAF9A
RGB
CMYK
RGB Variations
Color information
#CFAF9A (or 0xCFAF9A) is known color: Cashmere. HEX triplet: CF, AF and 9A. RGB value is (207,175,154). Sum of RGB (Red+Green+Blue) = 207+175+154=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF9A is #305065. Grayscale: #B6B6B6. Windows color (decimal): -3166310 or 10137551. OLE color: 10137551.
HSL color Cylindrical-coordinate representation of color #CFAF9A: hue angle of 23.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAF9A is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 154 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.19 |
| HSL | 23.77º | 0.36% | 0.71% | - |
| HSV(B) | 23.77º | 0.26% | 0.81% | - |
| XYZ | 46.89 | 46.26 | 37.03 | - |
| YUV | 182.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 154 | 0 | 0.15 | 0.26 | 0.19 | 23.77 | 0.36 | 0.71 |
| Hex | CF | AF | 9A | 0 | F | 1A | 13 | 18 | 24 | 47 |
| Octal | 317 | 257 | 232 | 0 | 17 | 32 | 23 | 30 | 44 | 107 |
| Binary | 11001111 | 10101111 | 10011010 | 0 | 1111 | 11010 | 10011 | 11000 | 100100 | 1000111 |
Color Harmonies of #CFAF9A
Complementary color
Monochromatic Colors of #CFAF9A
Black with #CFAF9A
Text Example
Text Example
White with #CFAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF9A; }
p { color: rgb(207,175,154); }
H1.HeaderClassName
{
color: #CFAF9A;
}
.AnyTagClassName
{
color: #CFAF9A;
}
</style>
background-color css
<style>
a { background-color: #CFAF9A; }
a { background-color: rgb(207,175,154); }
div.DivClassName
{
background-color: #CFAF9A;
}
.BgClassName
{
background-color: #CFAF9A;
}
</style>
border-color css
<style>
span { border-color: #CFAF9A; }
span { border-color: rgb(207,175,154); }
td.TdClassName
{
border-color: #CFAF9A;
}
.TagClassName
{
border-color: #CFAF9A;
}
</style>