Shades of Soft Amber #CBBDA5
Tints of Soft Amber #CBBDA5
RGB
CMYK
RGB Variations
Color information
#CBBDA5 (or 0xCBBDA5) is known color: Soft Amber. HEX triplet: CB, BD and A5. RGB value is (203,189,165). Sum of RGB (Red+Green+Blue) = 203+189+165=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA5 is #34425A. Grayscale: #BEBEBE. Windows color (decimal): -3424859 or 10862027. OLE color: 10862027.
HSL color Cylindrical-coordinate representation of color #CBBDA5: hue angle of 37.89º degrees, saturation: 0.27, 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 #CBBDA5 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 165 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.20 |
| HSL | 37.89º | 0.27% | 0.72% | - |
| HSV(B) | 37.89º | 0.19% | 0.8% | - |
| XYZ | 49.62 | 51.81 | 42.98 | - |
| YUV | 190.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 165 | 0 | 0.07 | 0.19 | 0.20 | 37.89 | 0.27 | 0.72 |
| Hex | CB | BD | A5 | 0 | 7 | 13 | 14 | 26 | 1B | 48 |
| Octal | 313 | 275 | 245 | 0 | 7 | 23 | 24 | 46 | 33 | 110 |
| Binary | 11001011 | 10111101 | 10100101 | 0 | 111 | 10011 | 10100 | 100110 | 11011 | 1001000 |
Color Harmonies of #CBBDA5
Complementary color
Monochromatic Colors of #CBBDA5
Black with #CBBDA5
Text Example
Text Example
White with #CBBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDA5; }
p { color: rgb(203,189,165); }
H1.HeaderClassName
{
color: #CBBDA5;
}
.AnyTagClassName
{
color: #CBBDA5;
}
</style>
background-color css
<style>
a { background-color: #CBBDA5; }
a { background-color: rgb(203,189,165); }
div.DivClassName
{
background-color: #CBBDA5;
}
.BgClassName
{
background-color: #CBBDA5;
}
</style>
border-color css
<style>
span { border-color: #CBBDA5; }
span { border-color: rgb(203,189,165); }
td.TdClassName
{
border-color: #CBBDA5;
}
.TagClassName
{
border-color: #CBBDA5;
}
</style>