Shades of Yuma #CBBC89
Tints of Yuma #CBBC89
RGB
CMYK
RGB Variations
Color information
#CBBC89 (or 0xCBBC89) is known color: Yuma. HEX triplet: CB, BC and 89. RGB value is (203,188,137). Sum of RGB (Red+Green+Blue) = 203+188+137=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBC89 is #344376. Grayscale: #BABABA. Windows color (decimal): -3425143 or 9026763. OLE color: 9026763.
HSL color Cylindrical-coordinate representation of color #CBBC89: hue angle of 46.36º 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 #CBBC89 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 137 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.20 |
| HSL | 46.36º | 0.39% | 0.67% | - |
| HSV(B) | 46.36º | 0.33% | 0.8% | - |
| XYZ | 47.13 | 50.47 | 30.92 | - |
| YUV | 186.67 | 99.97 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 137 | 0 | 0.07 | 0.33 | 0.20 | 46.36 | 0.39 | 0.67 |
| Hex | CB | BC | 89 | 0 | 7 | 21 | 14 | 2E | 27 | 43 |
| Octal | 313 | 274 | 211 | 0 | 7 | 41 | 24 | 56 | 47 | 103 |
| Binary | 11001011 | 10111100 | 10001001 | 0 | 111 | 100001 | 10100 | 101110 | 100111 | 1000011 |
Color Harmonies of #CBBC89
Complementary color
Monochromatic Colors of #CBBC89
Black with #CBBC89
Text Example
Text Example
White with #CBBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC89; }
p { color: rgb(203,188,137); }
H1.HeaderClassName
{
color: #CBBC89;
}
.AnyTagClassName
{
color: #CBBC89;
}
</style>
background-color css
<style>
a { background-color: #CBBC89; }
a { background-color: rgb(203,188,137); }
div.DivClassName
{
background-color: #CBBC89;
}
.BgClassName
{
background-color: #CBBC89;
}
</style>
border-color css
<style>
span { border-color: #CBBC89; }
span { border-color: rgb(203,188,137); }
td.TdClassName
{
border-color: #CBBC89;
}
.TagClassName
{
border-color: #CBBC89;
}
</style>