Shades of Ash #C4BF9B
Tints of Ash #C4BF9B
RGB
CMYK
RGB Variations
Color information
#C4BF9B (or 0xC4BF9B) is known color: Ash. HEX triplet: C4, BF and 9B. RGB value is (196,191,155). Sum of RGB (Red+Green+Blue) = 196+191+155=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF9B is #3B4064. Grayscale: #BCBCBC. Windows color (decimal): -3883109 or 10207172. OLE color: 10207172.
HSL color Cylindrical-coordinate representation of color #C4BF9B: hue angle of 52.68º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BF9B is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 155 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.23 |
| HSL | 52.68º | 0.26% | 0.69% | - |
| HSV(B) | 52.68º | 0.21% | 0.77% | - |
| XYZ | 47.31 | 51.36 | 38.43 | - |
| YUV | 188.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 155 | 0 | 0.03 | 0.21 | 0.23 | 52.68 | 0.26 | 0.69 |
| Hex | C4 | BF | 9B | 0 | 3 | 15 | 17 | 35 | 1A | 45 |
| Octal | 304 | 277 | 233 | 0 | 3 | 25 | 27 | 65 | 32 | 105 |
| Binary | 11000100 | 10111111 | 10011011 | 0 | 11 | 10101 | 10111 | 110101 | 11010 | 1000101 |
Color Harmonies of #C4BF9B
Complementary color
Monochromatic Colors of #C4BF9B
Black with #C4BF9B
Text Example
Text Example
White with #C4BF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF9B; }
p { color: rgb(196,191,155); }
H1.HeaderClassName
{
color: #C4BF9B;
}
.AnyTagClassName
{
color: #C4BF9B;
}
</style>
background-color css
<style>
a { background-color: #C4BF9B; }
a { background-color: rgb(196,191,155); }
div.DivClassName
{
background-color: #C4BF9B;
}
.BgClassName
{
background-color: #C4BF9B;
}
</style>
border-color css
<style>
span { border-color: #C4BF9B; }
span { border-color: rgb(196,191,155); }
td.TdClassName
{
border-color: #C4BF9B;
}
.TagClassName
{
border-color: #C4BF9B;
}
</style>