Shades of Cashmere #CFB29C
Tints of Cashmere #CFB29C
RGB
CMYK
RGB Variations
Color information
#CFB29C (or 0xCFB29C) is known color: Cashmere. HEX triplet: CF, B2 and 9C. RGB value is (207,178,156). Sum of RGB (Red+Green+Blue) = 207+178+156=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB29C is #304D63. Grayscale: #B8B8B8. Windows color (decimal): -3165540 or 10269391. OLE color: 10269391.
HSL color Cylindrical-coordinate representation of color #CFB29C: hue angle of 25.88º 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 #CFB29C is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 156 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.19 |
| HSL | 25.88º | 0.35% | 0.71% | - |
| HSV(B) | 25.88º | 0.25% | 0.81% | - |
| XYZ | 47.65 | 47.51 | 38.11 | - |
| YUV | 184.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 156 | 0 | 0.14 | 0.25 | 0.19 | 25.88 | 0.35 | 0.71 |
| Hex | CF | B2 | 9C | 0 | E | 19 | 13 | 1A | 23 | 47 |
| Octal | 317 | 262 | 234 | 0 | 16 | 31 | 23 | 32 | 43 | 107 |
| Binary | 11001111 | 10110010 | 10011100 | 0 | 1110 | 11001 | 10011 | 11010 | 100011 | 1000111 |
Color Harmonies of #CFB29C
Complementary color
Monochromatic Colors of #CFB29C
Black with #CFB29C
Text Example
Text Example
White with #CFB29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB29C; }
p { color: rgb(207,178,156); }
H1.HeaderClassName
{
color: #CFB29C;
}
.AnyTagClassName
{
color: #CFB29C;
}
</style>
background-color css
<style>
a { background-color: #CFB29C; }
a { background-color: rgb(207,178,156); }
div.DivClassName
{
background-color: #CFB29C;
}
.BgClassName
{
background-color: #CFB29C;
}
</style>
border-color css
<style>
span { border-color: #CFB29C; }
span { border-color: rgb(207,178,156); }
td.TdClassName
{
border-color: #CFB29C;
}
.TagClassName
{
border-color: #CFB29C;
}
</style>