Shades of Yuma #CBB485
Tints of Yuma #CBB485
RGB
CMYK
RGB Variations
Color information
#CBB485 (or 0xCBB485) is known color: Yuma. HEX triplet: CB, B4 and 85. RGB value is (203,180,133). Sum of RGB (Red+Green+Blue) = 203+180+133=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB485 is #344B7A. Grayscale: #B5B5B5. Windows color (decimal): -3427195 or 8762571. OLE color: 8762571.
HSL color Cylindrical-coordinate representation of color #CBB485: hue angle of 40.29º 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 #CBB485 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 133 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.20 |
| HSL | 40.29º | 0.4% | 0.66% | - |
| HSV(B) | 40.29º | 0.34% | 0.8% | - |
| XYZ | 45.18 | 47.03 | 28.89 | - |
| YUV | 181.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 133 | 0 | 0.11 | 0.34 | 0.20 | 40.29 | 0.4 | 0.66 |
| Hex | CB | B4 | 85 | 0 | B | 22 | 14 | 28 | 28 | 42 |
| Octal | 313 | 264 | 205 | 0 | 13 | 42 | 24 | 50 | 50 | 102 |
| Binary | 11001011 | 10110100 | 10000101 | 0 | 1011 | 100010 | 10100 | 101000 | 101000 | 1000010 |
Color Harmonies of #CBB485
Complementary color
Monochromatic Colors of #CBB485
Black with #CBB485
Text Example
Text Example
White with #CBB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB485; }
p { color: rgb(203,180,133); }
H1.HeaderClassName
{
color: #CBB485;
}
.AnyTagClassName
{
color: #CBB485;
}
</style>
background-color css
<style>
a { background-color: #CBB485; }
a { background-color: rgb(203,180,133); }
div.DivClassName
{
background-color: #CBB485;
}
.BgClassName
{
background-color: #CBB485;
}
</style>
border-color css
<style>
span { border-color: #CBB485; }
span { border-color: rgb(203,180,133); }
td.TdClassName
{
border-color: #CBB485;
}
.TagClassName
{
border-color: #CBB485;
}
</style>