Shades of Yuma #CBBA7E
Tints of Yuma #CBBA7E
RGB
CMYK
RGB Variations
Color information
#CBBA7E (or 0xCBBA7E) is known color: Yuma. HEX triplet: CB, BA and 7E. RGB value is (203,186,126). Sum of RGB (Red+Green+Blue) = 203+186+126=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBA7E is #344581. Grayscale: #B8B8B8. Windows color (decimal): -3425666 or 8305355. OLE color: 8305355.
HSL color Cylindrical-coordinate representation of color #CBBA7E: hue angle of 46.75º 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 #CBBA7E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 126 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.20 |
| HSL | 46.75º | 0.43% | 0.65% | - |
| HSV(B) | 46.75º | 0.38% | 0.8% | - |
| XYZ | 45.95 | 49.32 | 26.84 | - |
| YUV | 184.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 126 | 0 | 0.08 | 0.38 | 0.20 | 46.75 | 0.43 | 0.65 |
| Hex | CB | BA | 7E | 0 | 8 | 26 | 14 | 2F | 2B | 41 |
| Octal | 313 | 272 | 176 | 0 | 10 | 46 | 24 | 57 | 53 | 101 |
| Binary | 11001011 | 10111010 | 1111110 | 0 | 1000 | 100110 | 10100 | 101111 | 101011 | 1000001 |
Color Harmonies of #CBBA7E
Complementary color
Monochromatic Colors of #CBBA7E
Black with #CBBA7E
Text Example
Text Example
White with #CBBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA7E; }
p { color: rgb(203,186,126); }
H1.HeaderClassName
{
color: #CBBA7E;
}
.AnyTagClassName
{
color: #CBBA7E;
}
</style>
background-color css
<style>
a { background-color: #CBBA7E; }
a { background-color: rgb(203,186,126); }
div.DivClassName
{
background-color: #CBBA7E;
}
.BgClassName
{
background-color: #CBBA7E;
}
</style>
border-color css
<style>
span { border-color: #CBBA7E; }
span { border-color: rgb(203,186,126); }
td.TdClassName
{
border-color: #CBBA7E;
}
.TagClassName
{
border-color: #CBBA7E;
}
</style>