Shades of Yuma #CBB98D
Tints of Yuma #CBB98D
RGB
CMYK
RGB Variations
Color information
#CBB98D (or 0xCBB98D) is known color: Yuma. HEX triplet: CB, B9 and 8D. RGB value is (203,185,141). Sum of RGB (Red+Green+Blue) = 203+185+141=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB98D is #344672. Grayscale: #B9B9B9. Windows color (decimal): -3425907 or 9288139. OLE color: 9288139.
HSL color Cylindrical-coordinate representation of color #CBB98D: hue angle of 42.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB98D is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 141 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.20 |
| HSL | 42.58º | 0.37% | 0.67% | - |
| HSV(B) | 42.58º | 0.31% | 0.8% | - |
| XYZ | 46.79 | 49.32 | 32.25 | - |
| YUV | 185.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 141 | 0 | 0.09 | 0.31 | 0.20 | 42.58 | 0.37 | 0.67 |
| Hex | CB | B9 | 8D | 0 | 9 | 1F | 14 | 2B | 25 | 43 |
| Octal | 313 | 271 | 215 | 0 | 11 | 37 | 24 | 53 | 45 | 103 |
| Binary | 11001011 | 10111001 | 10001101 | 0 | 1001 | 11111 | 10100 | 101011 | 100101 | 1000011 |
Color Harmonies of #CBB98D
Complementary color
Monochromatic Colors of #CBB98D
Black with #CBB98D
Text Example
Text Example
White with #CBB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB98D; }
p { color: rgb(203,185,141); }
H1.HeaderClassName
{
color: #CBB98D;
}
.AnyTagClassName
{
color: #CBB98D;
}
</style>
background-color css
<style>
a { background-color: #CBB98D; }
a { background-color: rgb(203,185,141); }
div.DivClassName
{
background-color: #CBB98D;
}
.BgClassName
{
background-color: #CBB98D;
}
</style>
border-color css
<style>
span { border-color: #CBB98D; }
span { border-color: rgb(203,185,141); }
td.TdClassName
{
border-color: #CBB98D;
}
.TagClassName
{
border-color: #CBB98D;
}
</style>