Shades of Yuma #CBB973
Tints of Yuma #CBB973
RGB
CMYK
RGB Variations
Color information
#CBB973 (or 0xCBB973) is known color: Yuma. HEX triplet: CB, B9 and 73. RGB value is (203,185,115). Sum of RGB (Red+Green+Blue) = 203+185+115=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB973 is #34468C. Grayscale: #B6B6B6. Windows color (decimal): -3425933 or 7584203. OLE color: 7584203.
HSL color Cylindrical-coordinate representation of color #CBB973: hue angle of 47.73º 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 #CBB973 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 115 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.20 |
| HSL | 47.73º | 0.46% | 0.62% | - |
| HSV(B) | 47.73º | 0.43% | 0.8% | - |
| XYZ | 45.07 | 48.63 | 23.23 | - |
| YUV | 182.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 115 | 0 | 0.09 | 0.43 | 0.20 | 47.73 | 0.46 | 0.62 |
| Hex | CB | B9 | 73 | 0 | 9 | 2B | 14 | 30 | 2E | 3E |
| Octal | 313 | 271 | 163 | 0 | 11 | 53 | 24 | 60 | 56 | 76 |
| Binary | 11001011 | 10111001 | 1110011 | 0 | 1001 | 101011 | 10100 | 110000 | 101110 | 111110 |
Color Harmonies of #CBB973
Complementary color
Monochromatic Colors of #CBB973
Black with #CBB973
Text Example
Text Example
White with #CBB973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB973; }
p { color: rgb(203,185,115); }
H1.HeaderClassName
{
color: #CBB973;
}
.AnyTagClassName
{
color: #CBB973;
}
</style>
background-color css
<style>
a { background-color: #CBB973; }
a { background-color: rgb(203,185,115); }
div.DivClassName
{
background-color: #CBB973;
}
.BgClassName
{
background-color: #CBB973;
}
</style>
border-color css
<style>
span { border-color: #CBB973; }
span { border-color: rgb(203,185,115); }
td.TdClassName
{
border-color: #CBB973;
}
.TagClassName
{
border-color: #CBB973;
}
</style>