Shades of Yuma #CBB87F
Tints of Yuma #CBB87F
RGB
CMYK
RGB Variations
Color information
#CBB87F (or 0xCBB87F) is known color: Yuma. HEX triplet: CB, B8 and 7F. RGB value is (203,184,127). Sum of RGB (Red+Green+Blue) = 203+184+127=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB87F is #344780. Grayscale: #B7B7B7. Windows color (decimal): -3426177 or 8370379. OLE color: 8370379.
HSL color Cylindrical-coordinate representation of color #CBB87F: hue angle of 45º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBB87F is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 127 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.20 |
| HSL | 45º | 0.42% | 0.65% | - |
| HSV(B) | 45º | 0.37% | 0.8% | - |
| XYZ | 45.6 | 48.51 | 27.04 | - |
| YUV | 183.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 127 | 0 | 0.09 | 0.37 | 0.20 | 45 | 0.42 | 0.65 |
| Hex | CB | B8 | 7F | 0 | 9 | 25 | 14 | 2D | 2A | 41 |
| Octal | 313 | 270 | 177 | 0 | 11 | 45 | 24 | 55 | 52 | 101 |
| Binary | 11001011 | 10111000 | 1111111 | 0 | 1001 | 100101 | 10100 | 101101 | 101010 | 1000001 |
Color Harmonies of #CBB87F
Complementary color
Monochromatic Colors of #CBB87F
Black with #CBB87F
Text Example
Text Example
White with #CBB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB87F; }
p { color: rgb(203,184,127); }
H1.HeaderClassName
{
color: #CBB87F;
}
.AnyTagClassName
{
color: #CBB87F;
}
</style>
background-color css
<style>
a { background-color: #CBB87F; }
a { background-color: rgb(203,184,127); }
div.DivClassName
{
background-color: #CBB87F;
}
.BgClassName
{
background-color: #CBB87F;
}
</style>
border-color css
<style>
span { border-color: #CBB87F; }
span { border-color: rgb(203,184,127); }
td.TdClassName
{
border-color: #CBB87F;
}
.TagClassName
{
border-color: #CBB87F;
}
</style>