Shades of Cashmere #CFB5A0
Tints of Cashmere #CFB5A0
RGB
CMYK
RGB Variations
Color information
#CFB5A0 (or 0xCFB5A0) is known color: Cashmere. HEX triplet: CF, B5 and A0. RGB value is (207,181,160). Sum of RGB (Red+Green+Blue) = 207+181+160=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5A0 is #304A5F. Grayscale: #BABABA. Windows color (decimal): -3164768 or 10532303. OLE color: 10532303.
HSL color Cylindrical-coordinate representation of color #CFB5A0: hue angle of 26.81º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFB5A0 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 160 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.19 |
| HSL | 26.81º | 0.33% | 0.72% | - |
| HSV(B) | 26.81º | 0.23% | 0.81% | - |
| XYZ | 48.6 | 48.85 | 40.13 | - |
| YUV | 186.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 160 | 0 | 0.13 | 0.23 | 0.19 | 26.81 | 0.33 | 0.72 |
| Hex | CF | B5 | A0 | 0 | D | 17 | 13 | 1B | 21 | 48 |
| Octal | 317 | 265 | 240 | 0 | 15 | 27 | 23 | 33 | 41 | 110 |
| Binary | 11001111 | 10110101 | 10100000 | 0 | 1101 | 10111 | 10011 | 11011 | 100001 | 1001000 |
Color Harmonies of #CFB5A0
Complementary color
Monochromatic Colors of #CFB5A0
Black with #CFB5A0
Text Example
Text Example
White with #CFB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5A0; }
p { color: rgb(207,181,160); }
H1.HeaderClassName
{
color: #CFB5A0;
}
.AnyTagClassName
{
color: #CFB5A0;
}
</style>
background-color css
<style>
a { background-color: #CFB5A0; }
a { background-color: rgb(207,181,160); }
div.DivClassName
{
background-color: #CFB5A0;
}
.BgClassName
{
background-color: #CFB5A0;
}
</style>
border-color css
<style>
span { border-color: #CFB5A0; }
span { border-color: rgb(207,181,160); }
td.TdClassName
{
border-color: #CFB5A0;
}
.TagClassName
{
border-color: #CFB5A0;
}
</style>