Shades of Soft Amber #CCBDA8
Tints of Soft Amber #CCBDA8
RGB
CMYK
RGB Variations
Color information
#CCBDA8 (or 0xCCBDA8) is known color: Soft Amber. HEX triplet: CC, BD and A8. RGB value is (204,189,168). Sum of RGB (Red+Green+Blue) = 204+189+168=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA8 is #334257. Grayscale: #BFBFBF. Windows color (decimal): -3359320 or 11058636. OLE color: 11058636.
HSL color Cylindrical-coordinate representation of color #CCBDA8: hue angle of 35º degrees, saturation: 0.26, 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 #CCBDA8 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 168 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.2 |
| HSL | 35º | 0.26% | 0.73% | - |
| HSV(B) | 35º | 0.18% | 0.8% | - |
| XYZ | 50.17 | 52.06 | 44.45 | - |
| YUV | 191.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 168 | 0 | 0.07 | 0.18 | 0.2 | 35 | 0.26 | 0.73 |
| Hex | CC | BD | A8 | 0 | 7 | 12 | 14 | 23 | 1A | 49 |
| Octal | 314 | 275 | 250 | 0 | 7 | 22 | 24 | 43 | 32 | 111 |
| Binary | 11001100 | 10111101 | 10101000 | 0 | 111 | 10010 | 10100 | 100011 | 11010 | 1001001 |
Color Harmonies of #CCBDA8
Complementary color
Monochromatic Colors of #CCBDA8
Black with #CCBDA8
Text Example
Text Example
White with #CCBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDA8; }
p { color: rgb(204,189,168); }
H1.HeaderClassName
{
color: #CCBDA8;
}
.AnyTagClassName
{
color: #CCBDA8;
}
</style>
background-color css
<style>
a { background-color: #CCBDA8; }
a { background-color: rgb(204,189,168); }
div.DivClassName
{
background-color: #CCBDA8;
}
.BgClassName
{
background-color: #CCBDA8;
}
</style>
border-color css
<style>
span { border-color: #CCBDA8; }
span { border-color: rgb(204,189,168); }
td.TdClassName
{
border-color: #CCBDA8;
}
.TagClassName
{
border-color: #CCBDA8;
}
</style>