Shades of Yuma #CBB975
Tints of Yuma #CBB975
RGB
CMYK
RGB Variations
Color information
#CBB975 (or 0xCBB975) is known color: Yuma. HEX triplet: CB, B9 and 75. RGB value is (203,185,117). Sum of RGB (Red+Green+Blue) = 203+185+117=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB975 is #34468A. Grayscale: #B6B6B6. Windows color (decimal): -3425931 or 7715275. OLE color: 7715275.
HSL color Cylindrical-coordinate representation of color #CBB975: hue angle of 47.44º 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 #CBB975 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 117 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.20 |
| HSL | 47.44º | 0.45% | 0.63% | - |
| HSV(B) | 47.44º | 0.42% | 0.8% | - |
| XYZ | 45.19 | 48.68 | 23.84 | - |
| YUV | 182.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 117 | 0 | 0.09 | 0.42 | 0.20 | 47.44 | 0.45 | 0.63 |
| Hex | CB | B9 | 75 | 0 | 9 | 2A | 14 | 2F | 2D | 3F |
| Octal | 313 | 271 | 165 | 0 | 11 | 52 | 24 | 57 | 55 | 77 |
| Binary | 11001011 | 10111001 | 1110101 | 0 | 1001 | 101010 | 10100 | 101111 | 101101 | 111111 |
Color Harmonies of #CBB975
Complementary color
Monochromatic Colors of #CBB975
Black with #CBB975
Text Example
Text Example
White with #CBB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB975; }
p { color: rgb(203,185,117); }
H1.HeaderClassName
{
color: #CBB975;
}
.AnyTagClassName
{
color: #CBB975;
}
</style>
background-color css
<style>
a { background-color: #CBB975; }
a { background-color: rgb(203,185,117); }
div.DivClassName
{
background-color: #CBB975;
}
.BgClassName
{
background-color: #CBB975;
}
</style>
border-color css
<style>
span { border-color: #CBB975; }
span { border-color: rgb(203,185,117); }
td.TdClassName
{
border-color: #CBB975;
}
.TagClassName
{
border-color: #CBB975;
}
</style>