Shades of Yuma #CBBC7D
Tints of Yuma #CBBC7D
RGB
CMYK
RGB Variations
Color information
#CBBC7D (or 0xCBBC7D) is known color: Yuma. HEX triplet: CB, BC and 7D. RGB value is (203,188,125). Sum of RGB (Red+Green+Blue) = 203+188+125=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC7D is #344382. Grayscale: #B9B9B9. Windows color (decimal): -3425155 or 8240331. OLE color: 8240331.
HSL color Cylindrical-coordinate representation of color #CBBC7D: hue angle of 48.46º 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 #CBBC7D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 125 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.20 |
| HSL | 48.46º | 0.43% | 0.64% | - |
| HSV(B) | 48.46º | 0.38% | 0.8% | - |
| XYZ | 46.31 | 50.14 | 26.64 | - |
| YUV | 185.3 | 93.97 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 125 | 0 | 0.07 | 0.38 | 0.20 | 48.46 | 0.43 | 0.64 |
| Hex | CB | BC | 7D | 0 | 7 | 26 | 14 | 30 | 2B | 40 |
| Octal | 313 | 274 | 175 | 0 | 7 | 46 | 24 | 60 | 53 | 100 |
| Binary | 11001011 | 10111100 | 1111101 | 0 | 111 | 100110 | 10100 | 110000 | 101011 | 1000000 |
Color Harmonies of #CBBC7D
Complementary color
Monochromatic Colors of #CBBC7D
Black with #CBBC7D
Text Example
Text Example
White with #CBBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC7D; }
p { color: rgb(203,188,125); }
H1.HeaderClassName
{
color: #CBBC7D;
}
.AnyTagClassName
{
color: #CBBC7D;
}
</style>
background-color css
<style>
a { background-color: #CBBC7D; }
a { background-color: rgb(203,188,125); }
div.DivClassName
{
background-color: #CBBC7D;
}
.BgClassName
{
background-color: #CBBC7D;
}
</style>
border-color css
<style>
span { border-color: #CBBC7D; }
span { border-color: rgb(203,188,125); }
td.TdClassName
{
border-color: #CBBC7D;
}
.TagClassName
{
border-color: #CBBC7D;
}
</style>