Shades of Soft Amber #CCBDA5
Tints of Soft Amber #CCBDA5
RGB
CMYK
RGB Variations
Color information
#CCBDA5 (or 0xCCBDA5) is known color: Soft Amber. HEX triplet: CC, BD and A5. RGB value is (204,189,165). Sum of RGB (Red+Green+Blue) = 204+189+165=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA5 is #33425A. Grayscale: #BEBEBE. Windows color (decimal): -3359323 or 10862028. OLE color: 10862028.
HSL color Cylindrical-coordinate representation of color #CCBDA5: hue angle of 36.92º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBDA5 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 165 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.2 |
| HSL | 36.92º | 0.28% | 0.72% | - |
| HSV(B) | 36.92º | 0.19% | 0.8% | - |
| XYZ | 49.89 | 51.95 | 42.99 | - |
| YUV | 190.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 165 | 0 | 0.07 | 0.19 | 0.2 | 36.92 | 0.28 | 0.72 |
| Hex | CC | BD | A5 | 0 | 7 | 13 | 14 | 25 | 1C | 48 |
| Octal | 314 | 275 | 245 | 0 | 7 | 23 | 24 | 45 | 34 | 110 |
| Binary | 11001100 | 10111101 | 10100101 | 0 | 111 | 10011 | 10100 | 100101 | 11100 | 1001000 |
Color Harmonies of #CCBDA5
Complementary color
Monochromatic Colors of #CCBDA5
Black with #CCBDA5
Text Example
Text Example
White with #CCBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDA5; }
p { color: rgb(204,189,165); }
H1.HeaderClassName
{
color: #CCBDA5;
}
.AnyTagClassName
{
color: #CCBDA5;
}
</style>
background-color css
<style>
a { background-color: #CCBDA5; }
a { background-color: rgb(204,189,165); }
div.DivClassName
{
background-color: #CCBDA5;
}
.BgClassName
{
background-color: #CCBDA5;
}
</style>
border-color css
<style>
span { border-color: #CCBDA5; }
span { border-color: rgb(204,189,165); }
td.TdClassName
{
border-color: #CCBDA5;
}
.TagClassName
{
border-color: #CCBDA5;
}
</style>