Shades of Yuma #CBBB8B
Tints of Yuma #CBBB8B
RGB
CMYK
RGB Variations
Color information
#CBBB8B (or 0xCBBB8B) is known color: Yuma. HEX triplet: CB, BB and 8B. RGB value is (203,187,139). Sum of RGB (Red+Green+Blue) = 203+187+139=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB8B is #344474. Grayscale: #BABABA. Windows color (decimal): -3425397 or 9157579. OLE color: 9157579.
HSL color Cylindrical-coordinate representation of color #CBBB8B: hue angle of 45º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBBB8B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 139 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.20 |
| HSL | 45º | 0.38% | 0.67% | - |
| HSV(B) | 45º | 0.32% | 0.8% | - |
| XYZ | 47.06 | 50.1 | 31.62 | - |
| YUV | 186.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 139 | 0 | 0.08 | 0.32 | 0.20 | 45 | 0.38 | 0.67 |
| Hex | CB | BB | 8B | 0 | 8 | 20 | 14 | 2D | 26 | 43 |
| Octal | 313 | 273 | 213 | 0 | 10 | 40 | 24 | 55 | 46 | 103 |
| Binary | 11001011 | 10111011 | 10001011 | 0 | 1000 | 100000 | 10100 | 101101 | 100110 | 1000011 |
Color Harmonies of #CBBB8B
Complementary color
Monochromatic Colors of #CBBB8B
Black with #CBBB8B
Text Example
Text Example
White with #CBBB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB8B; }
p { color: rgb(203,187,139); }
H1.HeaderClassName
{
color: #CBBB8B;
}
.AnyTagClassName
{
color: #CBBB8B;
}
</style>
background-color css
<style>
a { background-color: #CBBB8B; }
a { background-color: rgb(203,187,139); }
div.DivClassName
{
background-color: #CBBB8B;
}
.BgClassName
{
background-color: #CBBB8B;
}
</style>
border-color css
<style>
span { border-color: #CBBB8B; }
span { border-color: rgb(203,187,139); }
td.TdClassName
{
border-color: #CBBB8B;
}
.TagClassName
{
border-color: #CBBB8B;
}
</style>