Shades of Yuma #CBBB8D
Tints of Yuma #CBBB8D
RGB
CMYK
RGB Variations
Color information
#CBBB8D (or 0xCBBB8D) is known color: Yuma. HEX triplet: CB, BB and 8D. RGB value is (203,187,141). Sum of RGB (Red+Green+Blue) = 203+187+141=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB8D is #344472. Grayscale: #BABABA. Windows color (decimal): -3425395 or 9288651. OLE color: 9288651.
HSL color Cylindrical-coordinate representation of color #CBBB8D: hue angle of 44.52º 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 #CBBB8D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 141 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.20 |
| HSL | 44.52º | 0.37% | 0.67% | - |
| HSV(B) | 44.52º | 0.31% | 0.8% | - |
| XYZ | 47.21 | 50.16 | 32.39 | - |
| YUV | 186.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 141 | 0 | 0.08 | 0.31 | 0.20 | 44.52 | 0.37 | 0.67 |
| Hex | CB | BB | 8D | 0 | 8 | 1F | 14 | 2D | 25 | 43 |
| Octal | 313 | 273 | 215 | 0 | 10 | 37 | 24 | 55 | 45 | 103 |
| Binary | 11001011 | 10111011 | 10001101 | 0 | 1000 | 11111 | 10100 | 101101 | 100101 | 1000011 |
Color Harmonies of #CBBB8D
Complementary color
Monochromatic Colors of #CBBB8D
Black with #CBBB8D
Text Example
Text Example
White with #CBBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB8D; }
p { color: rgb(203,187,141); }
H1.HeaderClassName
{
color: #CBBB8D;
}
.AnyTagClassName
{
color: #CBBB8D;
}
</style>
background-color css
<style>
a { background-color: #CBBB8D; }
a { background-color: rgb(203,187,141); }
div.DivClassName
{
background-color: #CBBB8D;
}
.BgClassName
{
background-color: #CBBB8D;
}
</style>
border-color css
<style>
span { border-color: #CBBB8D; }
span { border-color: rgb(203,187,141); }
td.TdClassName
{
border-color: #CBBB8D;
}
.TagClassName
{
border-color: #CBBB8D;
}
</style>