Shades of Cashmere #CFB498
Tints of Cashmere #CFB498
RGB
CMYK
RGB Variations
Color information
#CFB498 (or 0xCFB498) is known color: Cashmere. HEX triplet: CF, B4 and 98. RGB value is (207,180,152). Sum of RGB (Red+Green+Blue) = 207+180+152=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB498 is #304B67. Grayscale: #B9B9B9. Windows color (decimal): -3165032 or 10007759. OLE color: 10007759.
HSL color Cylindrical-coordinate representation of color #CFB498: hue angle of 30.55º 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 #CFB498 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 152 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.19 |
| HSL | 30.55º | 0.36% | 0.7% | - |
| HSV(B) | 30.55º | 0.27% | 0.81% | - |
| XYZ | 47.72 | 48.17 | 36.49 | - |
| YUV | 184.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 152 | 0 | 0.13 | 0.27 | 0.19 | 30.55 | 0.36 | 0.7 |
| Hex | CF | B4 | 98 | 0 | D | 1B | 13 | 1F | 24 | 46 |
| Octal | 317 | 264 | 230 | 0 | 15 | 33 | 23 | 37 | 44 | 106 |
| Binary | 11001111 | 10110100 | 10011000 | 0 | 1101 | 11011 | 10011 | 11111 | 100100 | 1000110 |
Color Harmonies of #CFB498
Complementary color
Monochromatic Colors of #CFB498
Black with #CFB498
Text Example
Text Example
White with #CFB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB498; }
p { color: rgb(207,180,152); }
H1.HeaderClassName
{
color: #CFB498;
}
.AnyTagClassName
{
color: #CFB498;
}
</style>
background-color css
<style>
a { background-color: #CFB498; }
a { background-color: rgb(207,180,152); }
div.DivClassName
{
background-color: #CFB498;
}
.BgClassName
{
background-color: #CFB498;
}
</style>
border-color css
<style>
span { border-color: #CFB498; }
span { border-color: rgb(207,180,152); }
td.TdClassName
{
border-color: #CFB498;
}
.TagClassName
{
border-color: #CFB498;
}
</style>