Shades of Cashmere #CFB6A1
Tints of Cashmere #CFB6A1
RGB
CMYK
RGB Variations
Color information
#CFB6A1 (or 0xCFB6A1) is known color: Cashmere. HEX triplet: CF, B6 and A1. RGB value is (207,182,161). Sum of RGB (Red+Green+Blue) = 207+182+161=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6A1 is #30495E. Grayscale: #BBBBBB. Windows color (decimal): -3164511 or 10598095. OLE color: 10598095.
HSL color Cylindrical-coordinate representation of color #CFB6A1: hue angle of 27.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFB6A1 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 161 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.19 |
| HSL | 27.39º | 0.32% | 0.72% | - |
| HSV(B) | 27.39º | 0.22% | 0.81% | - |
| XYZ | 48.89 | 49.29 | 40.66 | - |
| YUV | 187.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 161 | 0 | 0.12 | 0.22 | 0.19 | 27.39 | 0.32 | 0.72 |
| Hex | CF | B6 | A1 | 0 | C | 16 | 13 | 1B | 20 | 48 |
| Octal | 317 | 266 | 241 | 0 | 14 | 26 | 23 | 33 | 40 | 110 |
| Binary | 11001111 | 10110110 | 10100001 | 0 | 1100 | 10110 | 10011 | 11011 | 100000 | 1001000 |
Color Harmonies of #CFB6A1
Complementary color
Monochromatic Colors of #CFB6A1
Black with #CFB6A1
Text Example
Text Example
White with #CFB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6A1; }
p { color: rgb(207,182,161); }
H1.HeaderClassName
{
color: #CFB6A1;
}
.AnyTagClassName
{
color: #CFB6A1;
}
</style>
background-color css
<style>
a { background-color: #CFB6A1; }
a { background-color: rgb(207,182,161); }
div.DivClassName
{
background-color: #CFB6A1;
}
.BgClassName
{
background-color: #CFB6A1;
}
</style>
border-color css
<style>
span { border-color: #CFB6A1; }
span { border-color: rgb(207,182,161); }
td.TdClassName
{
border-color: #CFB6A1;
}
.TagClassName
{
border-color: #CFB6A1;
}
</style>