Shades of Yuma #CBBD7A
Tints of Yuma #CBBD7A
RGB
CMYK
RGB Variations
Color information
#CBBD7A (or 0xCBBD7A) is known color: Yuma. HEX triplet: CB, BD and 7A. RGB value is (203,189,122). Sum of RGB (Red+Green+Blue) = 203+189+122=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD7A is #344285. Grayscale: #B9B9B9. Windows color (decimal): -3424902 or 8043979. OLE color: 8043979.
HSL color Cylindrical-coordinate representation of color #CBBD7A: hue angle of 49.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBBD7A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 122 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.20 |
| HSL | 49.63º | 0.44% | 0.64% | - |
| HSV(B) | 49.63º | 0.4% | 0.8% | - |
| XYZ | 46.34 | 50.5 | 25.72 | - |
| YUV | 185.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 122 | 0 | 0.07 | 0.40 | 0.20 | 49.63 | 0.44 | 0.64 |
| Hex | CB | BD | 7A | 0 | 7 | 28 | 14 | 32 | 2C | 40 |
| Octal | 313 | 275 | 172 | 0 | 7 | 50 | 24 | 62 | 54 | 100 |
| Binary | 11001011 | 10111101 | 1111010 | 0 | 111 | 101000 | 10100 | 110010 | 101100 | 1000000 |
Color Harmonies of #CBBD7A
Complementary color
Monochromatic Colors of #CBBD7A
Black with #CBBD7A
Text Example
Text Example
White with #CBBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD7A; }
p { color: rgb(203,189,122); }
H1.HeaderClassName
{
color: #CBBD7A;
}
.AnyTagClassName
{
color: #CBBD7A;
}
</style>
background-color css
<style>
a { background-color: #CBBD7A; }
a { background-color: rgb(203,189,122); }
div.DivClassName
{
background-color: #CBBD7A;
}
.BgClassName
{
background-color: #CBBD7A;
}
</style>
border-color css
<style>
span { border-color: #CBBD7A; }
span { border-color: rgb(203,189,122); }
td.TdClassName
{
border-color: #CBBD7A;
}
.TagClassName
{
border-color: #CBBD7A;
}
</style>