Shades of Yuma #CBB985
Tints of Yuma #CBB985
RGB
CMYK
RGB Variations
Color information
#CBB985 (or 0xCBB985) is known color: Yuma. HEX triplet: CB, B9 and 85. RGB value is (203,185,133). Sum of RGB (Red+Green+Blue) = 203+185+133=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB985 is #34467A. Grayscale: #B8B8B8. Windows color (decimal): -3425915 or 8763851. OLE color: 8763851.
HSL color Cylindrical-coordinate representation of color #CBB985: hue angle of 44.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBB985 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 133 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.20 |
| HSL | 44.57º | 0.4% | 0.66% | - |
| HSV(B) | 44.57º | 0.34% | 0.8% | - |
| XYZ | 46.21 | 49.09 | 29.23 | - |
| YUV | 184.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 133 | 0 | 0.09 | 0.34 | 0.20 | 44.57 | 0.4 | 0.66 |
| Hex | CB | B9 | 85 | 0 | 9 | 22 | 14 | 2D | 28 | 42 |
| Octal | 313 | 271 | 205 | 0 | 11 | 42 | 24 | 55 | 50 | 102 |
| Binary | 11001011 | 10111001 | 10000101 | 0 | 1001 | 100010 | 10100 | 101101 | 101000 | 1000010 |
Color Harmonies of #CBB985
Complementary color
Monochromatic Colors of #CBB985
Black with #CBB985
Text Example
Text Example
White with #CBB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB985; }
p { color: rgb(203,185,133); }
H1.HeaderClassName
{
color: #CBB985;
}
.AnyTagClassName
{
color: #CBB985;
}
</style>
background-color css
<style>
a { background-color: #CBB985; }
a { background-color: rgb(203,185,133); }
div.DivClassName
{
background-color: #CBB985;
}
.BgClassName
{
background-color: #CBB985;
}
</style>
border-color css
<style>
span { border-color: #CBB985; }
span { border-color: rgb(203,185,133); }
td.TdClassName
{
border-color: #CBB985;
}
.TagClassName
{
border-color: #CBB985;
}
</style>