Shades of Soft Amber #CFBCA8
Tints of Soft Amber #CFBCA8
RGB
CMYK
RGB Variations
Color information
#CFBCA8 (or 0xCFBCA8) is known color: Soft Amber. HEX triplet: CF, BC and A8. RGB value is (207,188,168). Sum of RGB (Red+Green+Blue) = 207+188+168=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA8 is #304357. Grayscale: #BFBFBF. Windows color (decimal): -3162968 or 11058383. OLE color: 11058383.
HSL color Cylindrical-coordinate representation of color #CFBCA8: hue angle of 30.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBCA8 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 168 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.19 |
| HSL | 30.77º | 0.29% | 0.74% | - |
| HSV(B) | 30.77º | 0.19% | 0.81% | - |
| XYZ | 50.78 | 52.06 | 44.42 | - |
| YUV | 191.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 168 | 0 | 0.09 | 0.19 | 0.19 | 30.77 | 0.29 | 0.74 |
| Hex | CF | BC | A8 | 0 | 9 | 13 | 13 | 1F | 1D | 4A |
| Octal | 317 | 274 | 250 | 0 | 11 | 23 | 23 | 37 | 35 | 112 |
| Binary | 11001111 | 10111100 | 10101000 | 0 | 1001 | 10011 | 10011 | 11111 | 11101 | 1001010 |
Color Harmonies of #CFBCA8
Complementary color
Monochromatic Colors of #CFBCA8
Black with #CFBCA8
Text Example
Text Example
White with #CFBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCA8; }
p { color: rgb(207,188,168); }
H1.HeaderClassName
{
color: #CFBCA8;
}
.AnyTagClassName
{
color: #CFBCA8;
}
</style>
background-color css
<style>
a { background-color: #CFBCA8; }
a { background-color: rgb(207,188,168); }
div.DivClassName
{
background-color: #CFBCA8;
}
.BgClassName
{
background-color: #CFBCA8;
}
</style>
border-color css
<style>
span { border-color: #CFBCA8; }
span { border-color: rgb(207,188,168); }
td.TdClassName
{
border-color: #CFBCA8;
}
.TagClassName
{
border-color: #CFBCA8;
}
</style>