Shades of Yuma #CBBB7D
Tints of Yuma #CBBB7D
RGB
CMYK
RGB Variations
Color information
#CBBB7D (or 0xCBBB7D) is known color: Yuma. HEX triplet: CB, BB and 7D. RGB value is (203,187,125). Sum of RGB (Red+Green+Blue) = 203+187+125=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB7D is #344482. Grayscale: #B8B8B8. Windows color (decimal): -3425411 or 8240075. OLE color: 8240075.
HSL color Cylindrical-coordinate representation of color #CBBB7D: hue angle of 47.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBBB7D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 125 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.20 |
| HSL | 47.69º | 0.43% | 0.64% | - |
| HSV(B) | 47.69º | 0.38% | 0.8% | - |
| XYZ | 46.1 | 49.72 | 26.57 | - |
| YUV | 184.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 125 | 0 | 0.08 | 0.38 | 0.20 | 47.69 | 0.43 | 0.64 |
| Hex | CB | BB | 7D | 0 | 8 | 26 | 14 | 30 | 2B | 40 |
| Octal | 313 | 273 | 175 | 0 | 10 | 46 | 24 | 60 | 53 | 100 |
| Binary | 11001011 | 10111011 | 1111101 | 0 | 1000 | 100110 | 10100 | 110000 | 101011 | 1000000 |
Color Harmonies of #CBBB7D
Complementary color
Monochromatic Colors of #CBBB7D
Black with #CBBB7D
Text Example
Text Example
White with #CBBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB7D; }
p { color: rgb(203,187,125); }
H1.HeaderClassName
{
color: #CBBB7D;
}
.AnyTagClassName
{
color: #CBBB7D;
}
</style>
background-color css
<style>
a { background-color: #CBBB7D; }
a { background-color: rgb(203,187,125); }
div.DivClassName
{
background-color: #CBBB7D;
}
.BgClassName
{
background-color: #CBBB7D;
}
</style>
border-color css
<style>
span { border-color: #CBBB7D; }
span { border-color: rgb(203,187,125); }
td.TdClassName
{
border-color: #CBBB7D;
}
.TagClassName
{
border-color: #CBBB7D;
}
</style>