Shades of Cashmere #CFB5A3
Tints of Cashmere #CFB5A3
RGB
CMYK
RGB Variations
Color information
#CFB5A3 (or 0xCFB5A3) is known color: Cashmere. HEX triplet: CF, B5 and A3. RGB value is (207,181,163). Sum of RGB (Red+Green+Blue) = 207+181+163=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5A3 is #304A5C. Grayscale: #BABABA. Windows color (decimal): -3164765 or 10728911. OLE color: 10728911.
HSL color Cylindrical-coordinate representation of color #CFB5A3: hue angle of 24.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB5A3 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 163 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.19 |
| HSL | 24.55º | 0.31% | 0.73% | - |
| HSV(B) | 24.55º | 0.21% | 0.81% | - |
| XYZ | 48.87 | 48.96 | 41.52 | - |
| YUV | 186.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 163 | 0 | 0.13 | 0.21 | 0.19 | 24.55 | 0.31 | 0.73 |
| Hex | CF | B5 | A3 | 0 | D | 15 | 13 | 19 | 1F | 49 |
| Octal | 317 | 265 | 243 | 0 | 15 | 25 | 23 | 31 | 37 | 111 |
| Binary | 11001111 | 10110101 | 10100011 | 0 | 1101 | 10101 | 10011 | 11001 | 11111 | 1001001 |
Color Harmonies of #CFB5A3
Complementary color
Monochromatic Colors of #CFB5A3
Black with #CFB5A3
Text Example
Text Example
White with #CFB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB5A3; }
p { color: rgb(207,181,163); }
H1.HeaderClassName
{
color: #CFB5A3;
}
.AnyTagClassName
{
color: #CFB5A3;
}
</style>
background-color css
<style>
a { background-color: #CFB5A3; }
a { background-color: rgb(207,181,163); }
div.DivClassName
{
background-color: #CFB5A3;
}
.BgClassName
{
background-color: #CFB5A3;
}
</style>
border-color css
<style>
span { border-color: #CFB5A3; }
span { border-color: rgb(207,181,163); }
td.TdClassName
{
border-color: #CFB5A3;
}
.TagClassName
{
border-color: #CFB5A3;
}
</style>