Shades of Soft Amber #CBBDA4
Tints of Soft Amber #CBBDA4
RGB
CMYK
RGB Variations
Color information
#CBBDA4 (or 0xCBBDA4) is known color: Soft Amber. HEX triplet: CB, BD and A4. RGB value is (203,189,164). Sum of RGB (Red+Green+Blue) = 203+189+164=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA4 is #34425B. Grayscale: #BEBEBE. Windows color (decimal): -3424860 or 10796491. OLE color: 10796491.
HSL color Cylindrical-coordinate representation of color #CBBDA4: hue angle of 38.46º 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 #CBBDA4 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 164 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.20 |
| HSL | 38.46º | 0.27% | 0.72% | - |
| HSV(B) | 38.46º | 0.19% | 0.8% | - |
| XYZ | 49.53 | 51.77 | 42.5 | - |
| YUV | 190.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 164 | 0 | 0.07 | 0.19 | 0.20 | 38.46 | 0.27 | 0.72 |
| Hex | CB | BD | A4 | 0 | 7 | 13 | 14 | 26 | 1B | 48 |
| Octal | 313 | 275 | 244 | 0 | 7 | 23 | 24 | 46 | 33 | 110 |
| Binary | 11001011 | 10111101 | 10100100 | 0 | 111 | 10011 | 10100 | 100110 | 11011 | 1001000 |
Color Harmonies of #CBBDA4
Complementary color
Monochromatic Colors of #CBBDA4
Black with #CBBDA4
Text Example
Text Example
White with #CBBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDA4; }
p { color: rgb(203,189,164); }
H1.HeaderClassName
{
color: #CBBDA4;
}
.AnyTagClassName
{
color: #CBBDA4;
}
</style>
background-color css
<style>
a { background-color: #CBBDA4; }
a { background-color: rgb(203,189,164); }
div.DivClassName
{
background-color: #CBBDA4;
}
.BgClassName
{
background-color: #CBBDA4;
}
</style>
border-color css
<style>
span { border-color: #CBBDA4; }
span { border-color: rgb(203,189,164); }
td.TdClassName
{
border-color: #CBBDA4;
}
.TagClassName
{
border-color: #CBBDA4;
}
</style>