Shades of Soft Amber #CDBCA8
Tints of Soft Amber #CDBCA8
RGB
CMYK
RGB Variations
Color information
#CDBCA8 (or 0xCDBCA8) is known color: Soft Amber. HEX triplet: CD, BC and A8. RGB value is (205,188,168). Sum of RGB (Red+Green+Blue) = 205+188+168=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBCA8 is #324357. Grayscale: #BEBEBE. Windows color (decimal): -3294040 or 11058381. OLE color: 11058381.
HSL color Cylindrical-coordinate representation of color #CDBCA8: hue angle of 32.43º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDBCA8 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 188 | 168 | - |
CMYK | 0 | 0.08 | 0.18 | 0.20 |
HSL | 32.43º | 0.27% | 0.73% | - |
HSV(B) | 32.43º | 0.18% | 0.8% | - |
XYZ | 50.23 | 51.77 | 44.39 | - |
YUV | 190.8 | 115.13 | 138.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 188 | 168 | 0 | 0.08 | 0.18 | 0.20 | 32.43 | 0.27 | 0.73 |
Hex | CD | BC | A8 | 0 | 8 | 12 | 14 | 20 | 1B | 49 |
Octal | 315 | 274 | 250 | 0 | 10 | 22 | 24 | 40 | 33 | 111 |
Binary | 11001101 | 10111100 | 10101000 | 0 | 1000 | 10010 | 10100 | 100000 | 11011 | 1001001 |
Color Harmonies of #CDBCA8
Complementary color
Monochromatic Colors of #CDBCA8
Black with #CDBCA8
Text Example
Text Example
White with #CDBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCA8; }
p { color: rgb(205,188,168); }
H1.HeaderClassName
{
color: #CDBCA8;
}
.AnyTagClassName
{
color: #CDBCA8;
}
</style>
background-color css
<style>
a { background-color: #CDBCA8; }
a { background-color: rgb(205,188,168); }
div.DivClassName
{
background-color: #CDBCA8;
}
.BgClassName
{
background-color: #CDBCA8;
}
</style>
border-color css
<style>
span { border-color: #CDBCA8; }
span { border-color: rgb(205,188,168); }
td.TdClassName
{
border-color: #CDBCA8;
}
.TagClassName
{
border-color: #CDBCA8;
}
</style>