Shades of Yuma #CBBB73
Tints of Yuma #CBBB73
RGB
CMYK
RGB Variations
Color information
#CBBB73 (or 0xCBBB73) is known color: Yuma. HEX triplet: CB, BB and 73. RGB value is (203,187,115). Sum of RGB (Red+Green+Blue) = 203+187+115=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBB73 is #34448C. Grayscale: #B7B7B7. Windows color (decimal): -3425421 or 7584715. OLE color: 7584715.
HSL color Cylindrical-coordinate representation of color #CBBB73: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBBB73 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 115 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.20 |
| HSL | 49.09º | 0.46% | 0.62% | - |
| HSV(B) | 49.09º | 0.43% | 0.8% | - |
| XYZ | 45.49 | 49.47 | 23.37 | - |
| YUV | 183.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 115 | 0 | 0.08 | 0.43 | 0.20 | 49.09 | 0.46 | 0.62 |
| Hex | CB | BB | 73 | 0 | 8 | 2B | 14 | 31 | 2E | 3E |
| Octal | 313 | 273 | 163 | 0 | 10 | 53 | 24 | 61 | 56 | 76 |
| Binary | 11001011 | 10111011 | 1110011 | 0 | 1000 | 101011 | 10100 | 110001 | 101110 | 111110 |
Color Harmonies of #CBBB73
Complementary color
Monochromatic Colors of #CBBB73
Black with #CBBB73
Text Example
Text Example
White with #CBBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB73; }
p { color: rgb(203,187,115); }
H1.HeaderClassName
{
color: #CBBB73;
}
.AnyTagClassName
{
color: #CBBB73;
}
</style>
background-color css
<style>
a { background-color: #CBBB73; }
a { background-color: rgb(203,187,115); }
div.DivClassName
{
background-color: #CBBB73;
}
.BgClassName
{
background-color: #CBBB73;
}
</style>
border-color css
<style>
span { border-color: #CBBB73; }
span { border-color: rgb(203,187,115); }
td.TdClassName
{
border-color: #CBBB73;
}
.TagClassName
{
border-color: #CBBB73;
}
</style>