Shades of Yuma #CBB98B
Tints of Yuma #CBB98B
RGB
CMYK
RGB Variations
Color information
#CBB98B (or 0xCBB98B) is known color: Yuma. HEX triplet: CB, B9 and 8B. RGB value is (203,185,139). Sum of RGB (Red+Green+Blue) = 203+185+139=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB98B is #344674. Grayscale: #B9B9B9. Windows color (decimal): -3425909 or 9157067. OLE color: 9157067.
HSL color Cylindrical-coordinate representation of color #CBB98B: hue angle of 43.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBB98B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 139 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.20 |
| HSL | 43.13º | 0.38% | 0.67% | - |
| HSV(B) | 43.13º | 0.32% | 0.8% | - |
| XYZ | 46.64 | 49.26 | 31.48 | - |
| YUV | 185.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 139 | 0 | 0.09 | 0.32 | 0.20 | 43.13 | 0.38 | 0.67 |
| Hex | CB | B9 | 8B | 0 | 9 | 20 | 14 | 2B | 26 | 43 |
| Octal | 313 | 271 | 213 | 0 | 11 | 40 | 24 | 53 | 46 | 103 |
| Binary | 11001011 | 10111001 | 10001011 | 0 | 1001 | 100000 | 10100 | 101011 | 100110 | 1000011 |
Color Harmonies of #CBB98B
Complementary color
Monochromatic Colors of #CBB98B
Black with #CBB98B
Text Example
Text Example
White with #CBB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB98B; }
p { color: rgb(203,185,139); }
H1.HeaderClassName
{
color: #CBB98B;
}
.AnyTagClassName
{
color: #CBB98B;
}
</style>
background-color css
<style>
a { background-color: #CBB98B; }
a { background-color: rgb(203,185,139); }
div.DivClassName
{
background-color: #CBB98B;
}
.BgClassName
{
background-color: #CBB98B;
}
</style>
border-color css
<style>
span { border-color: #CBB98B; }
span { border-color: rgb(203,185,139); }
td.TdClassName
{
border-color: #CBB98B;
}
.TagClassName
{
border-color: #CBB98B;
}
</style>