Shades of Yuma #CBBB89
Tints of Yuma #CBBB89
RGB
CMYK
RGB Variations
Color information
#CBBB89 (or 0xCBBB89) is known color: Yuma. HEX triplet: CB, BB and 89. RGB value is (203,187,137). Sum of RGB (Red+Green+Blue) = 203+187+137=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB89 is #344476. Grayscale: #BABABA. Windows color (decimal): -3425399 or 9026507. OLE color: 9026507.
HSL color Cylindrical-coordinate representation of color #CBBB89: hue angle of 45.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBBB89 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 137 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.20 |
| HSL | 45.45º | 0.39% | 0.67% | - |
| HSV(B) | 45.45º | 0.33% | 0.8% | - |
| XYZ | 46.91 | 50.04 | 30.85 | - |
| YUV | 186.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 137 | 0 | 0.08 | 0.33 | 0.20 | 45.45 | 0.39 | 0.67 |
| Hex | CB | BB | 89 | 0 | 8 | 21 | 14 | 2D | 27 | 43 |
| Octal | 313 | 273 | 211 | 0 | 10 | 41 | 24 | 55 | 47 | 103 |
| Binary | 11001011 | 10111011 | 10001001 | 0 | 1000 | 100001 | 10100 | 101101 | 100111 | 1000011 |
Color Harmonies of #CBBB89
Complementary color
Monochromatic Colors of #CBBB89
Black with #CBBB89
Text Example
Text Example
White with #CBBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB89; }
p { color: rgb(203,187,137); }
H1.HeaderClassName
{
color: #CBBB89;
}
.AnyTagClassName
{
color: #CBBB89;
}
</style>
background-color css
<style>
a { background-color: #CBBB89; }
a { background-color: rgb(203,187,137); }
div.DivClassName
{
background-color: #CBBB89;
}
.BgClassName
{
background-color: #CBBB89;
}
</style>
border-color css
<style>
span { border-color: #CBBB89; }
span { border-color: rgb(203,187,137); }
td.TdClassName
{
border-color: #CBBB89;
}
.TagClassName
{
border-color: #CBBB89;
}
</style>