Shades of Yuma #CBB87E
Tints of Yuma #CBB87E
RGB
CMYK
RGB Variations
Color information
#CBB87E (or 0xCBB87E) is known color: Yuma. HEX triplet: CB, B8 and 7E. RGB value is (203,184,126). Sum of RGB (Red+Green+Blue) = 203+184+126=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB87E is #344781. Grayscale: #B7B7B7. Windows color (decimal): -3426178 or 8304843. OLE color: 8304843.
HSL color Cylindrical-coordinate representation of color #CBB87E: hue angle of 45.19º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBB87E is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 126 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.20 |
| HSL | 45.19º | 0.43% | 0.65% | - |
| HSV(B) | 45.19º | 0.38% | 0.8% | - |
| XYZ | 45.53 | 48.48 | 26.7 | - |
| YUV | 183.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 126 | 0 | 0.09 | 0.38 | 0.20 | 45.19 | 0.43 | 0.65 |
| Hex | CB | B8 | 7E | 0 | 9 | 26 | 14 | 2D | 2B | 41 |
| Octal | 313 | 270 | 176 | 0 | 11 | 46 | 24 | 55 | 53 | 101 |
| Binary | 11001011 | 10111000 | 1111110 | 0 | 1001 | 100110 | 10100 | 101101 | 101011 | 1000001 |
Color Harmonies of #CBB87E
Complementary color
Monochromatic Colors of #CBB87E
Black with #CBB87E
Text Example
Text Example
White with #CBB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB87E; }
p { color: rgb(203,184,126); }
H1.HeaderClassName
{
color: #CBB87E;
}
.AnyTagClassName
{
color: #CBB87E;
}
</style>
background-color css
<style>
a { background-color: #CBB87E; }
a { background-color: rgb(203,184,126); }
div.DivClassName
{
background-color: #CBB87E;
}
.BgClassName
{
background-color: #CBB87E;
}
</style>
border-color css
<style>
span { border-color: #CBB87E; }
span { border-color: rgb(203,184,126); }
td.TdClassName
{
border-color: #CBB87E;
}
.TagClassName
{
border-color: #CBB87E;
}
</style>