Shades of Soft Amber #CCBFAA
Tints of Soft Amber #CCBFAA
RGB
CMYK
RGB Variations
Color information
#CCBFAA (or 0xCCBFAA) is known color: Soft Amber. HEX triplet: CC, BF and AA. RGB value is (204,191,170). Sum of RGB (Red+Green+Blue) = 204+191+170=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAA is #334055. Grayscale: #C0C0C0. Windows color (decimal): -3358806 or 11190220. OLE color: 11190220.
HSL color Cylindrical-coordinate representation of color #CCBFAA: hue angle of 37.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBFAA is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 170 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.2 |
| HSL | 37.06º | 0.25% | 0.73% | - |
| HSV(B) | 37.06º | 0.17% | 0.8% | - |
| XYZ | 50.79 | 53 | 45.58 | - |
| YUV | 192.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 170 | 0 | 0.06 | 0.17 | 0.2 | 37.06 | 0.25 | 0.73 |
| Hex | CC | BF | AA | 0 | 6 | 11 | 14 | 25 | 19 | 49 |
| Octal | 314 | 277 | 252 | 0 | 6 | 21 | 24 | 45 | 31 | 111 |
| Binary | 11001100 | 10111111 | 10101010 | 0 | 110 | 10001 | 10100 | 100101 | 11001 | 1001001 |
Color Harmonies of #CCBFAA
Complementary color
Monochromatic Colors of #CCBFAA
Black with #CCBFAA
Text Example
Text Example
White with #CCBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFAA; }
p { color: rgb(204,191,170); }
H1.HeaderClassName
{
color: #CCBFAA;
}
.AnyTagClassName
{
color: #CCBFAA;
}
</style>
background-color css
<style>
a { background-color: #CCBFAA; }
a { background-color: rgb(204,191,170); }
div.DivClassName
{
background-color: #CCBFAA;
}
.BgClassName
{
background-color: #CCBFAA;
}
</style>
border-color css
<style>
span { border-color: #CCBFAA; }
span { border-color: rgb(204,191,170); }
td.TdClassName
{
border-color: #CCBFAA;
}
.TagClassName
{
border-color: #CCBFAA;
}
</style>