Shades of Cashmere #CFB398
Tints of Cashmere #CFB398
RGB
CMYK
RGB Variations
Color information
#CFB398 (or 0xCFB398) is known color: Cashmere. HEX triplet: CF, B3 and 98. RGB value is (207,179,152). Sum of RGB (Red+Green+Blue) = 207+179+152=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB398 is #304C67. Grayscale: #B8B8B8. Windows color (decimal): -3165288 or 10007503. OLE color: 10007503.
HSL color Cylindrical-coordinate representation of color #CFB398: hue angle of 29.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB398 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 152 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.19 |
| HSL | 29.45º | 0.36% | 0.7% | - |
| HSV(B) | 29.45º | 0.27% | 0.81% | - |
| XYZ | 47.52 | 47.77 | 36.42 | - |
| YUV | 184.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 152 | 0 | 0.14 | 0.27 | 0.19 | 29.45 | 0.36 | 0.7 |
| Hex | CF | B3 | 98 | 0 | E | 1B | 13 | 1D | 24 | 46 |
| Octal | 317 | 263 | 230 | 0 | 16 | 33 | 23 | 35 | 44 | 106 |
| Binary | 11001111 | 10110011 | 10011000 | 0 | 1110 | 11011 | 10011 | 11101 | 100100 | 1000110 |
Color Harmonies of #CFB398
Complementary color
Monochromatic Colors of #CFB398
Black with #CFB398
Text Example
Text Example
White with #CFB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB398; }
p { color: rgb(207,179,152); }
H1.HeaderClassName
{
color: #CFB398;
}
.AnyTagClassName
{
color: #CFB398;
}
</style>
background-color css
<style>
a { background-color: #CFB398; }
a { background-color: rgb(207,179,152); }
div.DivClassName
{
background-color: #CFB398;
}
.BgClassName
{
background-color: #CFB398;
}
</style>
border-color css
<style>
span { border-color: #CFB398; }
span { border-color: rgb(207,179,152); }
td.TdClassName
{
border-color: #CFB398;
}
.TagClassName
{
border-color: #CFB398;
}
</style>