Shades of Yuma #CABB89
Tints of Yuma #CABB89
RGB
CMYK
RGB Variations
Color information
#CABB89 (or 0xCABB89) is known color: Yuma. HEX triplet: CA, BB and 89. RGB value is (202,187,137). Sum of RGB (Red+Green+Blue) = 202+187+137=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB89 is #354476. Grayscale: #BABABA. Windows color (decimal): -3490935 or 9026506. OLE color: 9026506.
HSL color Cylindrical-coordinate representation of color #CABB89: hue angle of 46.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CABB89 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 137 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.21 |
| HSL | 46.15º | 0.38% | 0.66% | - |
| HSV(B) | 46.15º | 0.32% | 0.79% | - |
| XYZ | 46.64 | 49.9 | 30.84 | - |
| YUV | 185.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 137 | 0 | 0.07 | 0.32 | 0.21 | 46.15 | 0.38 | 0.66 |
| Hex | CA | BB | 89 | 0 | 7 | 20 | 15 | 2E | 26 | 42 |
| Octal | 312 | 273 | 211 | 0 | 7 | 40 | 25 | 56 | 46 | 102 |
| Binary | 11001010 | 10111011 | 10001001 | 0 | 111 | 100000 | 10101 | 101110 | 100110 | 1000010 |
Color Harmonies of #CABB89
Complementary color
Monochromatic Colors of #CABB89
Black with #CABB89
Text Example
Text Example
White with #CABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB89; }
p { color: rgb(202,187,137); }
H1.HeaderClassName
{
color: #CABB89;
}
.AnyTagClassName
{
color: #CABB89;
}
</style>
background-color css
<style>
a { background-color: #CABB89; }
a { background-color: rgb(202,187,137); }
div.DivClassName
{
background-color: #CABB89;
}
.BgClassName
{
background-color: #CABB89;
}
</style>
border-color css
<style>
span { border-color: #CABB89; }
span { border-color: rgb(202,187,137); }
td.TdClassName
{
border-color: #CABB89;
}
.TagClassName
{
border-color: #CABB89;
}
</style>