Shades of Yuma #CBBC8E
Tints of Yuma #CBBC8E
RGB
CMYK
RGB Variations
Color information
#CBBC8E (or 0xCBBC8E) is known color: Yuma. HEX triplet: CB, BC and 8E. RGB value is (203,188,142). Sum of RGB (Red+Green+Blue) = 203+188+142=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC8E is #344371. Grayscale: #BBBBBB. Windows color (decimal): -3425138 or 9354443. OLE color: 9354443.
HSL color Cylindrical-coordinate representation of color #CBBC8E: hue angle of 45.25º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBBC8E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 142 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.20 |
| HSL | 45.25º | 0.37% | 0.68% | - |
| HSV(B) | 45.25º | 0.3% | 0.8% | - |
| XYZ | 47.49 | 50.62 | 32.86 | - |
| YUV | 187.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 142 | 0 | 0.07 | 0.30 | 0.20 | 45.25 | 0.37 | 0.68 |
| Hex | CB | BC | 8E | 0 | 7 | 1E | 14 | 2D | 25 | 44 |
| Octal | 313 | 274 | 216 | 0 | 7 | 36 | 24 | 55 | 45 | 104 |
| Binary | 11001011 | 10111100 | 10001110 | 0 | 111 | 11110 | 10100 | 101101 | 100101 | 1000100 |
Color Harmonies of #CBBC8E
Complementary color
Monochromatic Colors of #CBBC8E
Black with #CBBC8E
Text Example
Text Example
White with #CBBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC8E; }
p { color: rgb(203,188,142); }
H1.HeaderClassName
{
color: #CBBC8E;
}
.AnyTagClassName
{
color: #CBBC8E;
}
</style>
background-color css
<style>
a { background-color: #CBBC8E; }
a { background-color: rgb(203,188,142); }
div.DivClassName
{
background-color: #CBBC8E;
}
.BgClassName
{
background-color: #CBBC8E;
}
</style>
border-color css
<style>
span { border-color: #CBBC8E; }
span { border-color: rgb(203,188,142); }
td.TdClassName
{
border-color: #CBBC8E;
}
.TagClassName
{
border-color: #CBBC8E;
}
</style>