Shades of Soft Amber #CDBCAB
Tints of Soft Amber #CDBCAB
RGB
CMYK
RGB Variations
Color information
#CDBCAB (or 0xCDBCAB) is known color: Soft Amber. HEX triplet: CD, BC and AB. RGB value is (205,188,171). Sum of RGB (Red+Green+Blue) = 205+188+171=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBCAB is #324354. Grayscale: #BFBFBF. Windows color (decimal): -3294037 or 11254989. OLE color: 11254989.
HSL color Cylindrical-coordinate representation of color #CDBCAB: hue angle of 30º 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 #CDBCAB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 171 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.20 |
| HSL | 30º | 0.25% | 0.74% | - |
| HSV(B) | 30º | 0.17% | 0.8% | - |
| XYZ | 50.51 | 51.89 | 45.88 | - |
| YUV | 191.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 171 | 0 | 0.08 | 0.17 | 0.20 | 30 | 0.25 | 0.74 |
| Hex | CD | BC | AB | 0 | 8 | 11 | 14 | 1E | 19 | 4A |
| Octal | 315 | 274 | 253 | 0 | 10 | 21 | 24 | 36 | 31 | 112 |
| Binary | 11001101 | 10111100 | 10101011 | 0 | 1000 | 10001 | 10100 | 11110 | 11001 | 1001010 |
Color Harmonies of #CDBCAB
Complementary color
Monochromatic Colors of #CDBCAB
Black with #CDBCAB
Text Example
Text Example
White with #CDBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCAB; }
p { color: rgb(205,188,171); }
H1.HeaderClassName
{
color: #CDBCAB;
}
.AnyTagClassName
{
color: #CDBCAB;
}
</style>
background-color css
<style>
a { background-color: #CDBCAB; }
a { background-color: rgb(205,188,171); }
div.DivClassName
{
background-color: #CDBCAB;
}
.BgClassName
{
background-color: #CDBCAB;
}
</style>
border-color css
<style>
span { border-color: #CDBCAB; }
span { border-color: rgb(205,188,171); }
td.TdClassName
{
border-color: #CDBCAB;
}
.TagClassName
{
border-color: #CDBCAB;
}
</style>