Shades of Soft Amber #CCBDA1
Tints of Soft Amber #CCBDA1
RGB
CMYK
RGB Variations
Color information
#CCBDA1 (or 0xCCBDA1) is known color: Soft Amber. HEX triplet: CC, BD and A1. RGB value is (204,189,161). Sum of RGB (Red+Green+Blue) = 204+189+161=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA1 is #33425E. Grayscale: #BEBEBE. Windows color (decimal): -3359327 or 10599884. OLE color: 10599884.
HSL color Cylindrical-coordinate representation of color #CCBDA1: hue angle of 39.07º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 161 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.2 |
| HSL | 39.07º | 0.3% | 0.72% | - |
| HSV(B) | 39.07º | 0.21% | 0.8% | - |
| XYZ | 49.53 | 51.81 | 41.11 | - |
| YUV | 190.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 161 | 0 | 0.07 | 0.21 | 0.2 | 39.07 | 0.3 | 0.72 |
| Hex | CC | BD | A1 | 0 | 7 | 15 | 14 | 27 | 1E | 48 |
| Octal | 314 | 275 | 241 | 0 | 7 | 25 | 24 | 47 | 36 | 110 |
| Binary | 11001100 | 10111101 | 10100001 | 0 | 111 | 10101 | 10100 | 100111 | 11110 | 1001000 |
Color Harmonies of #CCBDA1
Complementary color
Monochromatic Colors of #CCBDA1
Black with #CCBDA1
Text Example
Text Example
White with #CCBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDA1; }
p { color: rgb(204,189,161); }
H1.HeaderClassName
{
color: #CCBDA1;
}
.AnyTagClassName
{
color: #CCBDA1;
}
</style>
background-color css
<style>
a { background-color: #CCBDA1; }
a { background-color: rgb(204,189,161); }
div.DivClassName
{
background-color: #CCBDA1;
}
.BgClassName
{
background-color: #CCBDA1;
}
</style>
border-color css
<style>
span { border-color: #CCBDA1; }
span { border-color: rgb(204,189,161); }
td.TdClassName
{
border-color: #CCBDA1;
}
.TagClassName
{
border-color: #CCBDA1;
}
</style>