Shades of Soft Amber #CCBDAC
Tints of Soft Amber #CCBDAC
RGB
CMYK
RGB Variations
Color information
#CCBDAC (or 0xCCBDAC) is known color: Soft Amber. HEX triplet: CC, BD and AC. RGB value is (204,189,172). Sum of RGB (Red+Green+Blue) = 204+189+172=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDAC is #334253. Grayscale: #BFBFBF. Windows color (decimal): -3359316 or 11320780. OLE color: 11320780.
HSL color Cylindrical-coordinate representation of color #CCBDAC: hue angle of 31.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBDAC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 172 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.2 |
| HSL | 31.88º | 0.24% | 0.74% | - |
| HSV(B) | 31.88º | 0.16% | 0.8% | - |
| XYZ | 50.55 | 52.21 | 46.44 | - |
| YUV | 191.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 172 | 0 | 0.07 | 0.16 | 0.2 | 31.88 | 0.24 | 0.74 |
| Hex | CC | BD | AC | 0 | 7 | 10 | 14 | 20 | 18 | 4A |
| Octal | 314 | 275 | 254 | 0 | 7 | 20 | 24 | 40 | 30 | 112 |
| Binary | 11001100 | 10111101 | 10101100 | 0 | 111 | 10000 | 10100 | 100000 | 11000 | 1001010 |
Color Harmonies of #CCBDAC
Complementary color
Monochromatic Colors of #CCBDAC
Black with #CCBDAC
Text Example
Text Example
White with #CCBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDAC; }
p { color: rgb(204,189,172); }
H1.HeaderClassName
{
color: #CCBDAC;
}
.AnyTagClassName
{
color: #CCBDAC;
}
</style>
background-color css
<style>
a { background-color: #CCBDAC; }
a { background-color: rgb(204,189,172); }
div.DivClassName
{
background-color: #CCBDAC;
}
.BgClassName
{
background-color: #CCBDAC;
}
</style>
border-color css
<style>
span { border-color: #CCBDAC; }
span { border-color: rgb(204,189,172); }
td.TdClassName
{
border-color: #CCBDAC;
}
.TagClassName
{
border-color: #CCBDAC;
}
</style>