Shades of Yuma #CBB781
Tints of Yuma #CBB781
RGB
CMYK
RGB Variations
Color information
#CBB781 (or 0xCBB781) is known color: Yuma. HEX triplet: CB, B7 and 81. RGB value is (203,183,129). Sum of RGB (Red+Green+Blue) = 203+183+129=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB781 is #34487E. Grayscale: #B7B7B7. Windows color (decimal): -3426431 or 8501195. OLE color: 8501195.
HSL color Cylindrical-coordinate representation of color #CBB781: hue angle of 43.78º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBB781 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 129 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.20 |
| HSL | 43.78º | 0.42% | 0.65% | - |
| HSV(B) | 43.78º | 0.36% | 0.8% | - |
| XYZ | 45.52 | 48.15 | 27.66 | - |
| YUV | 182.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 129 | 0 | 0.10 | 0.36 | 0.20 | 43.78 | 0.42 | 0.65 |
| Hex | CB | B7 | 81 | 0 | A | 24 | 14 | 2C | 2A | 41 |
| Octal | 313 | 267 | 201 | 0 | 12 | 44 | 24 | 54 | 52 | 101 |
| Binary | 11001011 | 10110111 | 10000001 | 0 | 1010 | 100100 | 10100 | 101100 | 101010 | 1000001 |
Color Harmonies of #CBB781
Complementary color
Monochromatic Colors of #CBB781
Black with #CBB781
Text Example
Text Example
White with #CBB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB781; }
p { color: rgb(203,183,129); }
H1.HeaderClassName
{
color: #CBB781;
}
.AnyTagClassName
{
color: #CBB781;
}
</style>
background-color css
<style>
a { background-color: #CBB781; }
a { background-color: rgb(203,183,129); }
div.DivClassName
{
background-color: #CBB781;
}
.BgClassName
{
background-color: #CBB781;
}
</style>
border-color css
<style>
span { border-color: #CBB781; }
span { border-color: rgb(203,183,129); }
td.TdClassName
{
border-color: #CBB781;
}
.TagClassName
{
border-color: #CBB781;
}
</style>