Shades of Cashmere #CFB39A
Tints of Cashmere #CFB39A
RGB
CMYK
RGB Variations
Color information
#CFB39A (or 0xCFB39A) is known color: Cashmere. HEX triplet: CF, B3 and 9A. RGB value is (207,179,154). Sum of RGB (Red+Green+Blue) = 207+179+154=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB39A is #304C65. Grayscale: #B8B8B8. Windows color (decimal): -3165286 or 10138575. OLE color: 10138575.
HSL color Cylindrical-coordinate representation of color #CFB39A: hue angle of 28.3º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFB39A is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 154 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.19 |
| HSL | 28.3º | 0.36% | 0.71% | - |
| HSV(B) | 28.3º | 0.26% | 0.81% | - |
| XYZ | 47.68 | 47.84 | 37.29 | - |
| YUV | 184.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 154 | 0 | 0.14 | 0.26 | 0.19 | 28.3 | 0.36 | 0.71 |
| Hex | CF | B3 | 9A | 0 | E | 1A | 13 | 1C | 24 | 47 |
| Octal | 317 | 263 | 232 | 0 | 16 | 32 | 23 | 34 | 44 | 107 |
| Binary | 11001111 | 10110011 | 10011010 | 0 | 1110 | 11010 | 10011 | 11100 | 100100 | 1000111 |
Color Harmonies of #CFB39A
Complementary color
Monochromatic Colors of #CFB39A
Black with #CFB39A
Text Example
Text Example
White with #CFB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB39A; }
p { color: rgb(207,179,154); }
H1.HeaderClassName
{
color: #CFB39A;
}
.AnyTagClassName
{
color: #CFB39A;
}
</style>
background-color css
<style>
a { background-color: #CFB39A; }
a { background-color: rgb(207,179,154); }
div.DivClassName
{
background-color: #CFB39A;
}
.BgClassName
{
background-color: #CFB39A;
}
</style>
border-color css
<style>
span { border-color: #CFB39A; }
span { border-color: rgb(207,179,154); }
td.TdClassName
{
border-color: #CFB39A;
}
.TagClassName
{
border-color: #CFB39A;
}
</style>