Shades of Soft Amber #CCBFAB
Tints of Soft Amber #CCBFAB
RGB
CMYK
RGB Variations
Color information
#CCBFAB (or 0xCCBFAB) is known color: Soft Amber. HEX triplet: CC, BF and AB. RGB value is (204,191,171). Sum of RGB (Red+Green+Blue) = 204+191+171=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAB is #334054. Grayscale: #C0C0C0. Windows color (decimal): -3358805 or 11255756. OLE color: 11255756.
HSL color Cylindrical-coordinate representation of color #CCBFAB: hue angle of 36.36º 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 #CCBFAB is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 171 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.2 |
| HSL | 36.36º | 0.24% | 0.74% | - |
| HSV(B) | 36.36º | 0.16% | 0.8% | - |
| XYZ | 50.88 | 53.04 | 46.08 | - |
| YUV | 192.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 171 | 0 | 0.06 | 0.16 | 0.2 | 36.36 | 0.24 | 0.74 |
| Hex | CC | BF | AB | 0 | 6 | 10 | 14 | 24 | 18 | 4A |
| Octal | 314 | 277 | 253 | 0 | 6 | 20 | 24 | 44 | 30 | 112 |
| Binary | 11001100 | 10111111 | 10101011 | 0 | 110 | 10000 | 10100 | 100100 | 11000 | 1001010 |
Color Harmonies of #CCBFAB
Complementary color
Monochromatic Colors of #CCBFAB
Black with #CCBFAB
Text Example
Text Example
White with #CCBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFAB; }
p { color: rgb(204,191,171); }
H1.HeaderClassName
{
color: #CCBFAB;
}
.AnyTagClassName
{
color: #CCBFAB;
}
</style>
background-color css
<style>
a { background-color: #CCBFAB; }
a { background-color: rgb(204,191,171); }
div.DivClassName
{
background-color: #CCBFAB;
}
.BgClassName
{
background-color: #CCBFAB;
}
</style>
border-color css
<style>
span { border-color: #CCBFAB; }
span { border-color: rgb(204,191,171); }
td.TdClassName
{
border-color: #CCBFAB;
}
.TagClassName
{
border-color: #CCBFAB;
}
</style>