Shades of Yuma #CBB87A
Tints of Yuma #CBB87A
RGB
CMYK
RGB Variations
Color information
#CBB87A (or 0xCBB87A) is known color: Yuma. HEX triplet: CB, B8 and 7A. RGB value is (203,184,122). Sum of RGB (Red+Green+Blue) = 203+184+122=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB87A is #344785. Grayscale: #B6B6B6. Windows color (decimal): -3426182 or 8042699. OLE color: 8042699.
HSL color Cylindrical-coordinate representation of color #CBB87A: hue angle of 45.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBB87A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 122 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.20 |
| HSL | 45.93º | 0.44% | 0.64% | - |
| HSV(B) | 45.93º | 0.4% | 0.8% | - |
| XYZ | 45.28 | 48.38 | 25.36 | - |
| YUV | 182.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 122 | 0 | 0.09 | 0.40 | 0.20 | 45.93 | 0.44 | 0.64 |
| Hex | CB | B8 | 7A | 0 | 9 | 28 | 14 | 2E | 2C | 40 |
| Octal | 313 | 270 | 172 | 0 | 11 | 50 | 24 | 56 | 54 | 100 |
| Binary | 11001011 | 10111000 | 1111010 | 0 | 1001 | 101000 | 10100 | 101110 | 101100 | 1000000 |
Color Harmonies of #CBB87A
Complementary color
Monochromatic Colors of #CBB87A
Black with #CBB87A
Text Example
Text Example
White with #CBB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB87A; }
p { color: rgb(203,184,122); }
H1.HeaderClassName
{
color: #CBB87A;
}
.AnyTagClassName
{
color: #CBB87A;
}
</style>
background-color css
<style>
a { background-color: #CBB87A; }
a { background-color: rgb(203,184,122); }
div.DivClassName
{
background-color: #CBB87A;
}
.BgClassName
{
background-color: #CBB87A;
}
</style>
border-color css
<style>
span { border-color: #CBB87A; }
span { border-color: rgb(203,184,122); }
td.TdClassName
{
border-color: #CBB87A;
}
.TagClassName
{
border-color: #CBB87A;
}
</style>