Shades of Soft Amber #CCBCAA
Tints of Soft Amber #CCBCAA
RGB
CMYK
RGB Variations
Color information
#CCBCAA (or 0xCCBCAA) is known color: Soft Amber. HEX triplet: CC, BC and AA. RGB value is (204,188,170). Sum of RGB (Red+Green+Blue) = 204+188+170=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCAA is #334355. Grayscale: #BEBEBE. Windows color (decimal): -3359574 or 11189452. OLE color: 11189452.
HSL color Cylindrical-coordinate representation of color #CCBCAA: hue angle of 31.76º 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 #CCBCAA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 170 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.2 |
| HSL | 31.76º | 0.25% | 0.73% | - |
| HSV(B) | 31.76º | 0.17% | 0.8% | - |
| XYZ | 50.14 | 51.71 | 45.37 | - |
| YUV | 190.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 170 | 0 | 0.08 | 0.17 | 0.2 | 31.76 | 0.25 | 0.73 |
| Hex | CC | BC | AA | 0 | 8 | 11 | 14 | 20 | 19 | 49 |
| Octal | 314 | 274 | 252 | 0 | 10 | 21 | 24 | 40 | 31 | 111 |
| Binary | 11001100 | 10111100 | 10101010 | 0 | 1000 | 10001 | 10100 | 100000 | 11001 | 1001001 |
Color Harmonies of #CCBCAA
Complementary color
Monochromatic Colors of #CCBCAA
Black with #CCBCAA
Text Example
Text Example
White with #CCBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCAA; }
p { color: rgb(204,188,170); }
H1.HeaderClassName
{
color: #CCBCAA;
}
.AnyTagClassName
{
color: #CCBCAA;
}
</style>
background-color css
<style>
a { background-color: #CCBCAA; }
a { background-color: rgb(204,188,170); }
div.DivClassName
{
background-color: #CCBCAA;
}
.BgClassName
{
background-color: #CCBCAA;
}
</style>
border-color css
<style>
span { border-color: #CCBCAA; }
span { border-color: rgb(204,188,170); }
td.TdClassName
{
border-color: #CCBCAA;
}
.TagClassName
{
border-color: #CCBCAA;
}
</style>