Shades of Cashmere #CFB4A1
Tints of Cashmere #CFB4A1
RGB
CMYK
RGB Variations
Color information
#CFB4A1 (or 0xCFB4A1) is known color: Cashmere. HEX triplet: CF, B4 and A1. RGB value is (207,180,161). Sum of RGB (Red+Green+Blue) = 207+180+161=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4A1 is #304B5E. Grayscale: #BABABA. Windows color (decimal): -3165023 or 10597583. OLE color: 10597583.
HSL color Cylindrical-coordinate representation of color #CFB4A1: hue angle of 24.78º 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 #CFB4A1 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 161 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.19 |
| HSL | 24.78º | 0.32% | 0.72% | - |
| HSV(B) | 24.78º | 0.22% | 0.81% | - |
| XYZ | 48.49 | 48.48 | 40.52 | - |
| YUV | 185.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 161 | 0 | 0.13 | 0.22 | 0.19 | 24.78 | 0.32 | 0.72 |
| Hex | CF | B4 | A1 | 0 | D | 16 | 13 | 19 | 20 | 48 |
| Octal | 317 | 264 | 241 | 0 | 15 | 26 | 23 | 31 | 40 | 110 |
| Binary | 11001111 | 10110100 | 10100001 | 0 | 1101 | 10110 | 10011 | 11001 | 100000 | 1001000 |
Color Harmonies of #CFB4A1
Complementary color
Monochromatic Colors of #CFB4A1
Black with #CFB4A1
Text Example
Text Example
White with #CFB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB4A1; }
p { color: rgb(207,180,161); }
H1.HeaderClassName
{
color: #CFB4A1;
}
.AnyTagClassName
{
color: #CFB4A1;
}
</style>
background-color css
<style>
a { background-color: #CFB4A1; }
a { background-color: rgb(207,180,161); }
div.DivClassName
{
background-color: #CFB4A1;
}
.BgClassName
{
background-color: #CFB4A1;
}
</style>
border-color css
<style>
span { border-color: #CFB4A1; }
span { border-color: rgb(207,180,161); }
td.TdClassName
{
border-color: #CFB4A1;
}
.TagClassName
{
border-color: #CFB4A1;
}
</style>