Shades of Yuma #CBBD76
Tints of Yuma #CBBD76
RGB
CMYK
RGB Variations
Color information
#CBBD76 (or 0xCBBD76) is known color: Yuma. HEX triplet: CB, BD and 76. RGB value is (203,189,118). Sum of RGB (Red+Green+Blue) = 203+189+118=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD76 is #344289. Grayscale: #B9B9B9. Windows color (decimal): -3424906 or 7781835. OLE color: 7781835.
HSL color Cylindrical-coordinate representation of color #CBBD76: hue angle of 50.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBBD76 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 118 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.20 |
| HSL | 50.12º | 0.45% | 0.63% | - |
| HSV(B) | 50.12º | 0.42% | 0.8% | - |
| XYZ | 46.1 | 50.4 | 24.44 | - |
| YUV | 185.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 118 | 0 | 0.07 | 0.42 | 0.20 | 50.12 | 0.45 | 0.63 |
| Hex | CB | BD | 76 | 0 | 7 | 2A | 14 | 32 | 2D | 3F |
| Octal | 313 | 275 | 166 | 0 | 7 | 52 | 24 | 62 | 55 | 77 |
| Binary | 11001011 | 10111101 | 1110110 | 0 | 111 | 101010 | 10100 | 110010 | 101101 | 111111 |
Color Harmonies of #CBBD76
Complementary color
Monochromatic Colors of #CBBD76
Black with #CBBD76
Text Example
Text Example
White with #CBBD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD76; }
p { color: rgb(203,189,118); }
H1.HeaderClassName
{
color: #CBBD76;
}
.AnyTagClassName
{
color: #CBBD76;
}
</style>
background-color css
<style>
a { background-color: #CBBD76; }
a { background-color: rgb(203,189,118); }
div.DivClassName
{
background-color: #CBBD76;
}
.BgClassName
{
background-color: #CBBD76;
}
</style>
border-color css
<style>
span { border-color: #CBBD76; }
span { border-color: rgb(203,189,118); }
td.TdClassName
{
border-color: #CBBD76;
}
.TagClassName
{
border-color: #CBBD76;
}
</style>