Shades of Soft Amber #CBBFAF
Tints of Soft Amber #CBBFAF
RGB
CMYK
RGB Variations
Color information
#CBBFAF (or 0xCBBFAF) is known color: Soft Amber. HEX triplet: CB, BF and AF. RGB value is (203,191,175). Sum of RGB (Red+Green+Blue) = 203+191+175=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFAF is #344050. Grayscale: #C0C0C0. Windows color (decimal): -3424337 or 11517899. OLE color: 11517899.
HSL color Cylindrical-coordinate representation of color #CBBFAF: hue angle of 34.29º 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 #CBBFAF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 175 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.20 |
| HSL | 34.29º | 0.21% | 0.74% | - |
| HSV(B) | 34.29º | 0.14% | 0.8% | - |
| XYZ | 51 | 53.05 | 48.11 | - |
| YUV | 192.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 175 | 0 | 0.06 | 0.14 | 0.20 | 34.29 | 0.21 | 0.74 |
| Hex | CB | BF | AF | 0 | 6 | E | 14 | 22 | 15 | 4A |
| Octal | 313 | 277 | 257 | 0 | 6 | 16 | 24 | 42 | 25 | 112 |
| Binary | 11001011 | 10111111 | 10101111 | 0 | 110 | 1110 | 10100 | 100010 | 10101 | 1001010 |
Color Harmonies of #CBBFAF
Complementary color
Monochromatic Colors of #CBBFAF
Black with #CBBFAF
Text Example
Text Example
White with #CBBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFAF; }
p { color: rgb(203,191,175); }
H1.HeaderClassName
{
color: #CBBFAF;
}
.AnyTagClassName
{
color: #CBBFAF;
}
</style>
background-color css
<style>
a { background-color: #CBBFAF; }
a { background-color: rgb(203,191,175); }
div.DivClassName
{
background-color: #CBBFAF;
}
.BgClassName
{
background-color: #CBBFAF;
}
</style>
border-color css
<style>
span { border-color: #CBBFAF; }
span { border-color: rgb(203,191,175); }
td.TdClassName
{
border-color: #CBBFAF;
}
.TagClassName
{
border-color: #CBBFAF;
}
</style>