Shades of Yuma #CBBB7E
Tints of Yuma #CBBB7E
RGB
CMYK
RGB Variations
Color information
#CBBB7E (or 0xCBBB7E) is known color: Yuma. HEX triplet: CB, BB and 7E. RGB value is (203,187,126). Sum of RGB (Red+Green+Blue) = 203+187+126=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB7E is #344481. Grayscale: #B9B9B9. Windows color (decimal): -3425410 or 8305611. OLE color: 8305611.
HSL color Cylindrical-coordinate representation of color #CBBB7E: hue angle of 47.53º 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 #CBBB7E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 126 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.20 |
| HSL | 47.53º | 0.43% | 0.65% | - |
| HSV(B) | 47.53º | 0.38% | 0.8% | - |
| XYZ | 46.16 | 49.74 | 26.91 | - |
| YUV | 184.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 126 | 0 | 0.08 | 0.38 | 0.20 | 47.53 | 0.43 | 0.65 |
| Hex | CB | BB | 7E | 0 | 8 | 26 | 14 | 30 | 2B | 41 |
| Octal | 313 | 273 | 176 | 0 | 10 | 46 | 24 | 60 | 53 | 101 |
| Binary | 11001011 | 10111011 | 1111110 | 0 | 1000 | 100110 | 10100 | 110000 | 101011 | 1000001 |
Color Harmonies of #CBBB7E
Complementary color
Monochromatic Colors of #CBBB7E
Black with #CBBB7E
Text Example
Text Example
White with #CBBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB7E; }
p { color: rgb(203,187,126); }
H1.HeaderClassName
{
color: #CBBB7E;
}
.AnyTagClassName
{
color: #CBBB7E;
}
</style>
background-color css
<style>
a { background-color: #CBBB7E; }
a { background-color: rgb(203,187,126); }
div.DivClassName
{
background-color: #CBBB7E;
}
.BgClassName
{
background-color: #CBBB7E;
}
</style>
border-color css
<style>
span { border-color: #CBBB7E; }
span { border-color: rgb(203,187,126); }
td.TdClassName
{
border-color: #CBBB7E;
}
.TagClassName
{
border-color: #CBBB7E;
}
</style>