Shades of Yuma #CBBA7D
Tints of Yuma #CBBA7D
RGB
CMYK
RGB Variations
Color information
#CBBA7D (or 0xCBBA7D) is known color: Yuma. HEX triplet: CB, BA and 7D. RGB value is (203,186,125). Sum of RGB (Red+Green+Blue) = 203+186+125=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBA7D is #344582. Grayscale: #B8B8B8. Windows color (decimal): -3425667 or 8239819. OLE color: 8239819.
HSL color Cylindrical-coordinate representation of color #CBBA7D: hue angle of 46.92º 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 #CBBA7D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 125 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.20 |
| HSL | 46.92º | 0.43% | 0.64% | - |
| HSV(B) | 46.92º | 0.38% | 0.8% | - |
| XYZ | 45.89 | 49.29 | 26.5 | - |
| YUV | 184.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 125 | 0 | 0.08 | 0.38 | 0.20 | 46.92 | 0.43 | 0.64 |
| Hex | CB | BA | 7D | 0 | 8 | 26 | 14 | 2F | 2B | 40 |
| Octal | 313 | 272 | 175 | 0 | 10 | 46 | 24 | 57 | 53 | 100 |
| Binary | 11001011 | 10111010 | 1111101 | 0 | 1000 | 100110 | 10100 | 101111 | 101011 | 1000000 |
Color Harmonies of #CBBA7D
Complementary color
Monochromatic Colors of #CBBA7D
Black with #CBBA7D
Text Example
Text Example
White with #CBBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA7D; }
p { color: rgb(203,186,125); }
H1.HeaderClassName
{
color: #CBBA7D;
}
.AnyTagClassName
{
color: #CBBA7D;
}
</style>
background-color css
<style>
a { background-color: #CBBA7D; }
a { background-color: rgb(203,186,125); }
div.DivClassName
{
background-color: #CBBA7D;
}
.BgClassName
{
background-color: #CBBA7D;
}
</style>
border-color css
<style>
span { border-color: #CBBA7D; }
span { border-color: rgb(203,186,125); }
td.TdClassName
{
border-color: #CBBA7D;
}
.TagClassName
{
border-color: #CBBA7D;
}
</style>