Shades of Cashmere #CFB09D
Tints of Cashmere #CFB09D
RGB
CMYK
RGB Variations
Color information
#CFB09D (or 0xCFB09D) is known color: Cashmere. HEX triplet: CF, B0 and 9D. RGB value is (207,176,157). Sum of RGB (Red+Green+Blue) = 207+176+157=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB09D is #304F62. Grayscale: #B7B7B7. Windows color (decimal): -3166051 or 10334415. OLE color: 10334415.
HSL color Cylindrical-coordinate representation of color #CFB09D: hue angle of 22.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFB09D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 157 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.19 |
| HSL | 22.8º | 0.34% | 0.71% | - |
| HSV(B) | 22.8º | 0.24% | 0.81% | - |
| XYZ | 47.34 | 46.75 | 38.43 | - |
| YUV | 183.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 157 | 0 | 0.15 | 0.24 | 0.19 | 22.8 | 0.34 | 0.71 |
| Hex | CF | B0 | 9D | 0 | F | 18 | 13 | 17 | 22 | 47 |
| Octal | 317 | 260 | 235 | 0 | 17 | 30 | 23 | 27 | 42 | 107 |
| Binary | 11001111 | 10110000 | 10011101 | 0 | 1111 | 11000 | 10011 | 10111 | 100010 | 1000111 |
Color Harmonies of #CFB09D
Complementary color
Monochromatic Colors of #CFB09D
Black with #CFB09D
Text Example
Text Example
White with #CFB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB09D; }
p { color: rgb(207,176,157); }
H1.HeaderClassName
{
color: #CFB09D;
}
.AnyTagClassName
{
color: #CFB09D;
}
</style>
background-color css
<style>
a { background-color: #CFB09D; }
a { background-color: rgb(207,176,157); }
div.DivClassName
{
background-color: #CFB09D;
}
.BgClassName
{
background-color: #CFB09D;
}
</style>
border-color css
<style>
span { border-color: #CFB09D; }
span { border-color: rgb(207,176,157); }
td.TdClassName
{
border-color: #CFB09D;
}
.TagClassName
{
border-color: #CFB09D;
}
</style>