Shades of Cashmere #CFB49B
Tints of Cashmere #CFB49B
RGB
CMYK
RGB Variations
Color information
#CFB49B (or 0xCFB49B) is known color: Cashmere. HEX triplet: CF, B4 and 9B. RGB value is (207,180,155). Sum of RGB (Red+Green+Blue) = 207+180+155=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB49B is #304B64. Grayscale: #B9B9B9. Windows color (decimal): -3165029 or 10204367. OLE color: 10204367.
HSL color Cylindrical-coordinate representation of color #CFB49B: hue angle of 28.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFB49B is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 155 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.19 |
| HSL | 28.85º | 0.35% | 0.71% | - |
| HSV(B) | 28.85º | 0.25% | 0.81% | - |
| XYZ | 47.97 | 48.27 | 37.8 | - |
| YUV | 185.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 155 | 0 | 0.13 | 0.25 | 0.19 | 28.85 | 0.35 | 0.71 |
| Hex | CF | B4 | 9B | 0 | D | 19 | 13 | 1D | 23 | 47 |
| Octal | 317 | 264 | 233 | 0 | 15 | 31 | 23 | 35 | 43 | 107 |
| Binary | 11001111 | 10110100 | 10011011 | 0 | 1101 | 11001 | 10011 | 11101 | 100011 | 1000111 |
Color Harmonies of #CFB49B
Complementary color
Monochromatic Colors of #CFB49B
Black with #CFB49B
Text Example
Text Example
White with #CFB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB49B; }
p { color: rgb(207,180,155); }
H1.HeaderClassName
{
color: #CFB49B;
}
.AnyTagClassName
{
color: #CFB49B;
}
</style>
background-color css
<style>
a { background-color: #CFB49B; }
a { background-color: rgb(207,180,155); }
div.DivClassName
{
background-color: #CFB49B;
}
.BgClassName
{
background-color: #CFB49B;
}
</style>
border-color css
<style>
span { border-color: #CFB49B; }
span { border-color: rgb(207,180,155); }
td.TdClassName
{
border-color: #CFB49B;
}
.TagClassName
{
border-color: #CFB49B;
}
</style>