Shades of Soft Amber #CBBEAF
Tints of Soft Amber #CBBEAF
RGB
CMYK
RGB Variations
Color information
#CBBEAF (or 0xCBBEAF) is known color: Soft Amber. HEX triplet: CB, BE and AF. RGB value is (203,190,175). Sum of RGB (Red+Green+Blue) = 203+190+175=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEAF is #344150. Grayscale: #C0C0C0. Windows color (decimal): -3424593 or 11517643. OLE color: 11517643.
HSL color Cylindrical-coordinate representation of color #CBBEAF: hue angle of 32.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBEAF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 175 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.20 |
| HSL | 32.14º | 0.21% | 0.74% | - |
| HSV(B) | 32.14º | 0.14% | 0.8% | - |
| XYZ | 50.78 | 52.62 | 48.04 | - |
| YUV | 192.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 175 | 0 | 0.06 | 0.14 | 0.20 | 32.14 | 0.21 | 0.74 |
| Hex | CB | BE | AF | 0 | 6 | E | 14 | 20 | 15 | 4A |
| Octal | 313 | 276 | 257 | 0 | 6 | 16 | 24 | 40 | 25 | 112 |
| Binary | 11001011 | 10111110 | 10101111 | 0 | 110 | 1110 | 10100 | 100000 | 10101 | 1001010 |
Color Harmonies of #CBBEAF
Complementary color
Monochromatic Colors of #CBBEAF
Black with #CBBEAF
Text Example
Text Example
White with #CBBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEAF; }
p { color: rgb(203,190,175); }
H1.HeaderClassName
{
color: #CBBEAF;
}
.AnyTagClassName
{
color: #CBBEAF;
}
</style>
background-color css
<style>
a { background-color: #CBBEAF; }
a { background-color: rgb(203,190,175); }
div.DivClassName
{
background-color: #CBBEAF;
}
.BgClassName
{
background-color: #CBBEAF;
}
</style>
border-color css
<style>
span { border-color: #CBBEAF; }
span { border-color: rgb(203,190,175); }
td.TdClassName
{
border-color: #CBBEAF;
}
.TagClassName
{
border-color: #CBBEAF;
}
</style>