Shades of Soft Amber #CFC1AB
Tints of Soft Amber #CFC1AB
RGB
CMYK
RGB Variations
Color information
#CFC1AB (or 0xCFC1AB) is known color: Soft Amber. HEX triplet: CF, C1 and AB. RGB value is (207,193,171). Sum of RGB (Red+Green+Blue) = 207+193+171=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1AB is #303E54. Grayscale: #C2C2C2. Windows color (decimal): -3161685 or 11256271. OLE color: 11256271.
HSL color Cylindrical-coordinate representation of color #CFC1AB: hue angle of 36.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC1AB is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 171 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.19 |
| HSL | 36.67º | 0.27% | 0.74% | - |
| HSV(B) | 36.67º | 0.17% | 0.81% | - |
| XYZ | 52.15 | 54.35 | 46.27 | - |
| YUV | 194.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 171 | 0 | 0.07 | 0.17 | 0.19 | 36.67 | 0.27 | 0.74 |
| Hex | CF | C1 | AB | 0 | 7 | 11 | 13 | 25 | 1B | 4A |
| Octal | 317 | 301 | 253 | 0 | 7 | 21 | 23 | 45 | 33 | 112 |
| Binary | 11001111 | 11000001 | 10101011 | 0 | 111 | 10001 | 10011 | 100101 | 11011 | 1001010 |
Color Harmonies of #CFC1AB
Complementary color
Monochromatic Colors of #CFC1AB
Black with #CFC1AB
Text Example
Text Example
White with #CFC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1AB; }
p { color: rgb(207,193,171); }
H1.HeaderClassName
{
color: #CFC1AB;
}
.AnyTagClassName
{
color: #CFC1AB;
}
</style>
background-color css
<style>
a { background-color: #CFC1AB; }
a { background-color: rgb(207,193,171); }
div.DivClassName
{
background-color: #CFC1AB;
}
.BgClassName
{
background-color: #CFC1AB;
}
</style>
border-color css
<style>
span { border-color: #CFC1AB; }
span { border-color: rgb(207,193,171); }
td.TdClassName
{
border-color: #CFC1AB;
}
.TagClassName
{
border-color: #CFC1AB;
}
</style>