Shades of Soft Amber #CDBFAB
Tints of Soft Amber #CDBFAB
RGB
CMYK
RGB Variations
Color information
#CDBFAB (or 0xCDBFAB) is known color: Soft Amber. HEX triplet: CD, BF and AB. RGB value is (205,191,171). Sum of RGB (Red+Green+Blue) = 205+191+171=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBFAB is #324054. Grayscale: #C1C1C1. Windows color (decimal): -3293269 or 11255757. OLE color: 11255757.
HSL color Cylindrical-coordinate representation of color #CDBFAB: hue angle of 35.29º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDBFAB is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 171 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.20 |
| HSL | 35.29º | 0.25% | 0.74% | - |
| HSV(B) | 35.29º | 0.17% | 0.8% | - |
| XYZ | 51.16 | 53.18 | 46.1 | - |
| YUV | 192.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 171 | 0 | 0.07 | 0.17 | 0.20 | 35.29 | 0.25 | 0.74 |
| Hex | CD | BF | AB | 0 | 7 | 11 | 14 | 23 | 19 | 4A |
| Octal | 315 | 277 | 253 | 0 | 7 | 21 | 24 | 43 | 31 | 112 |
| Binary | 11001101 | 10111111 | 10101011 | 0 | 111 | 10001 | 10100 | 100011 | 11001 | 1001010 |
Color Harmonies of #CDBFAB
Complementary color
Monochromatic Colors of #CDBFAB
Black with #CDBFAB
Text Example
Text Example
White with #CDBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFAB; }
p { color: rgb(205,191,171); }
H1.HeaderClassName
{
color: #CDBFAB;
}
.AnyTagClassName
{
color: #CDBFAB;
}
</style>
background-color css
<style>
a { background-color: #CDBFAB; }
a { background-color: rgb(205,191,171); }
div.DivClassName
{
background-color: #CDBFAB;
}
.BgClassName
{
background-color: #CDBFAB;
}
</style>
border-color css
<style>
span { border-color: #CDBFAB; }
span { border-color: rgb(205,191,171); }
td.TdClassName
{
border-color: #CDBFAB;
}
.TagClassName
{
border-color: #CDBFAB;
}
</style>