Shades of Yuma #CBBA8A
Tints of Yuma #CBBA8A
RGB
CMYK
RGB Variations
Color information
#CBBA8A (or 0xCBBA8A) is known color: Yuma. HEX triplet: CB, BA and 8A. RGB value is (203,186,138). Sum of RGB (Red+Green+Blue) = 203+186+138=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA8A is #344575. Grayscale: #B9B9B9. Windows color (decimal): -3425654 or 9091787. OLE color: 9091787.
HSL color Cylindrical-coordinate representation of color #CBBA8A: hue angle of 44.31º 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 #CBBA8A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 138 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.20 |
| HSL | 44.31º | 0.38% | 0.67% | - |
| HSV(B) | 44.31º | 0.32% | 0.8% | - |
| XYZ | 46.77 | 49.65 | 31.16 | - |
| YUV | 185.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 138 | 0 | 0.08 | 0.32 | 0.20 | 44.31 | 0.38 | 0.67 |
| Hex | CB | BA | 8A | 0 | 8 | 20 | 14 | 2C | 26 | 43 |
| Octal | 313 | 272 | 212 | 0 | 10 | 40 | 24 | 54 | 46 | 103 |
| Binary | 11001011 | 10111010 | 10001010 | 0 | 1000 | 100000 | 10100 | 101100 | 100110 | 1000011 |
Color Harmonies of #CBBA8A
Complementary color
Monochromatic Colors of #CBBA8A
Black with #CBBA8A
Text Example
Text Example
White with #CBBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA8A; }
p { color: rgb(203,186,138); }
H1.HeaderClassName
{
color: #CBBA8A;
}
.AnyTagClassName
{
color: #CBBA8A;
}
</style>
background-color css
<style>
a { background-color: #CBBA8A; }
a { background-color: rgb(203,186,138); }
div.DivClassName
{
background-color: #CBBA8A;
}
.BgClassName
{
background-color: #CBBA8A;
}
</style>
border-color css
<style>
span { border-color: #CBBA8A; }
span { border-color: rgb(203,186,138); }
td.TdClassName
{
border-color: #CBBA8A;
}
.TagClassName
{
border-color: #CBBA8A;
}
</style>