Shades of Cashmere #CFB6A2
Tints of Cashmere #CFB6A2
RGB
CMYK
RGB Variations
Color information
#CFB6A2 (or 0xCFB6A2) is known color: Cashmere. HEX triplet: CF, B6 and A2. RGB value is (207,182,162). Sum of RGB (Red+Green+Blue) = 207+182+162=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6A2 is #30495D. Grayscale: #BBBBBB. Windows color (decimal): -3164510 or 10663631. OLE color: 10663631.
HSL color Cylindrical-coordinate representation of color #CFB6A2: hue angle of 26.67º 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 #CFB6A2 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 162 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.19 |
| HSL | 26.67º | 0.32% | 0.72% | - |
| HSV(B) | 26.67º | 0.22% | 0.81% | - |
| XYZ | 48.98 | 49.33 | 41.12 | - |
| YUV | 187.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 162 | 0 | 0.12 | 0.22 | 0.19 | 26.67 | 0.32 | 0.72 |
| Hex | CF | B6 | A2 | 0 | C | 16 | 13 | 1B | 20 | 48 |
| Octal | 317 | 266 | 242 | 0 | 14 | 26 | 23 | 33 | 40 | 110 |
| Binary | 11001111 | 10110110 | 10100010 | 0 | 1100 | 10110 | 10011 | 11011 | 100000 | 1001000 |
Color Harmonies of #CFB6A2
Complementary color
Monochromatic Colors of #CFB6A2
Black with #CFB6A2
Text Example
Text Example
White with #CFB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB6A2; }
p { color: rgb(207,182,162); }
H1.HeaderClassName
{
color: #CFB6A2;
}
.AnyTagClassName
{
color: #CFB6A2;
}
</style>
background-color css
<style>
a { background-color: #CFB6A2; }
a { background-color: rgb(207,182,162); }
div.DivClassName
{
background-color: #CFB6A2;
}
.BgClassName
{
background-color: #CFB6A2;
}
</style>
border-color css
<style>
span { border-color: #CFB6A2; }
span { border-color: rgb(207,182,162); }
td.TdClassName
{
border-color: #CFB6A2;
}
.TagClassName
{
border-color: #CFB6A2;
}
</style>