Shades of Yuma #CBBD89
Tints of Yuma #CBBD89
RGB
CMYK
RGB Variations
Color information
#CBBD89 (or 0xCBBD89) is known color: Yuma. HEX triplet: CB, BD and 89. RGB value is (203,189,137). Sum of RGB (Red+Green+Blue) = 203+189+137=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBD89 is #344276. Grayscale: #BBBBBB. Windows color (decimal): -3424887 or 9027019. OLE color: 9027019.
HSL color Cylindrical-coordinate representation of color #CBBD89: hue angle of 47.27º 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 #CBBD89 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 137 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.20 |
| HSL | 47.27º | 0.39% | 0.67% | - |
| HSV(B) | 47.27º | 0.33% | 0.8% | - |
| XYZ | 47.34 | 50.9 | 31 | - |
| YUV | 187.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 137 | 0 | 0.07 | 0.33 | 0.20 | 47.27 | 0.39 | 0.67 |
| Hex | CB | BD | 89 | 0 | 7 | 21 | 14 | 2F | 27 | 43 |
| Octal | 313 | 275 | 211 | 0 | 7 | 41 | 24 | 57 | 47 | 103 |
| Binary | 11001011 | 10111101 | 10001001 | 0 | 111 | 100001 | 10100 | 101111 | 100111 | 1000011 |
Color Harmonies of #CBBD89
Complementary color
Monochromatic Colors of #CBBD89
Black with #CBBD89
Text Example
Text Example
White with #CBBD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD89; }
p { color: rgb(203,189,137); }
H1.HeaderClassName
{
color: #CBBD89;
}
.AnyTagClassName
{
color: #CBBD89;
}
</style>
background-color css
<style>
a { background-color: #CBBD89; }
a { background-color: rgb(203,189,137); }
div.DivClassName
{
background-color: #CBBD89;
}
.BgClassName
{
background-color: #CBBD89;
}
</style>
border-color css
<style>
span { border-color: #CBBD89; }
span { border-color: rgb(203,189,137); }
td.TdClassName
{
border-color: #CBBD89;
}
.TagClassName
{
border-color: #CBBD89;
}
</style>