Shades of Cashmere #CFB297
Tints of Cashmere #CFB297
RGB
CMYK
RGB Variations
Color information
#CFB297 (or 0xCFB297) is known color: Cashmere. HEX triplet: CF, B2 and 97. RGB value is (207,178,151). Sum of RGB (Red+Green+Blue) = 207+178+151=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB297 is #304D68. Grayscale: #B7B7B7. Windows color (decimal): -3165545 or 9941711. OLE color: 9941711.
HSL color Cylindrical-coordinate representation of color #CFB297: hue angle of 28.93º degrees, saturation: 0.37, 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 #CFB297 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 151 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.19 |
| HSL | 28.93º | 0.37% | 0.7% | - |
| HSV(B) | 28.93º | 0.27% | 0.81% | - |
| XYZ | 47.24 | 47.34 | 35.93 | - |
| YUV | 183.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 151 | 0 | 0.14 | 0.27 | 0.19 | 28.93 | 0.37 | 0.7 |
| Hex | CF | B2 | 97 | 0 | E | 1B | 13 | 1D | 25 | 46 |
| Octal | 317 | 262 | 227 | 0 | 16 | 33 | 23 | 35 | 45 | 106 |
| Binary | 11001111 | 10110010 | 10010111 | 0 | 1110 | 11011 | 10011 | 11101 | 100101 | 1000110 |
Color Harmonies of #CFB297
Complementary color
Monochromatic Colors of #CFB297
Black with #CFB297
Text Example
Text Example
White with #CFB297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB297; }
p { color: rgb(207,178,151); }
H1.HeaderClassName
{
color: #CFB297;
}
.AnyTagClassName
{
color: #CFB297;
}
</style>
background-color css
<style>
a { background-color: #CFB297; }
a { background-color: rgb(207,178,151); }
div.DivClassName
{
background-color: #CFB297;
}
.BgClassName
{
background-color: #CFB297;
}
</style>
border-color css
<style>
span { border-color: #CFB297; }
span { border-color: rgb(207,178,151); }
td.TdClassName
{
border-color: #CFB297;
}
.TagClassName
{
border-color: #CFB297;
}
</style>