Shades of Yuma #CBB88B
Tints of Yuma #CBB88B
RGB
CMYK
RGB Variations
Color information
#CBB88B (or 0xCBB88B) is known color: Yuma. HEX triplet: CB, B8 and 8B. RGB value is (203,184,139). Sum of RGB (Red+Green+Blue) = 203+184+139=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB88B is #344774. Grayscale: #B8B8B8. Windows color (decimal): -3426165 or 9156811. OLE color: 9156811.
HSL color Cylindrical-coordinate representation of color #CBB88B: hue angle of 42.19º 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 #CBB88B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 139 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.20 |
| HSL | 42.19º | 0.38% | 0.67% | - |
| HSV(B) | 42.19º | 0.32% | 0.8% | - |
| XYZ | 46.43 | 48.84 | 31.41 | - |
| YUV | 184.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 139 | 0 | 0.09 | 0.32 | 0.20 | 42.19 | 0.38 | 0.67 |
| Hex | CB | B8 | 8B | 0 | 9 | 20 | 14 | 2A | 26 | 43 |
| Octal | 313 | 270 | 213 | 0 | 11 | 40 | 24 | 52 | 46 | 103 |
| Binary | 11001011 | 10111000 | 10001011 | 0 | 1001 | 100000 | 10100 | 101010 | 100110 | 1000011 |
Color Harmonies of #CBB88B
Complementary color
Monochromatic Colors of #CBB88B
Black with #CBB88B
Text Example
Text Example
White with #CBB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB88B; }
p { color: rgb(203,184,139); }
H1.HeaderClassName
{
color: #CBB88B;
}
.AnyTagClassName
{
color: #CBB88B;
}
</style>
background-color css
<style>
a { background-color: #CBB88B; }
a { background-color: rgb(203,184,139); }
div.DivClassName
{
background-color: #CBB88B;
}
.BgClassName
{
background-color: #CBB88B;
}
</style>
border-color css
<style>
span { border-color: #CBB88B; }
span { border-color: rgb(203,184,139); }
td.TdClassName
{
border-color: #CBB88B;
}
.TagClassName
{
border-color: #CBB88B;
}
</style>