Shades of Yuma #CABB8A
Tints of Yuma #CABB8A
RGB
CMYK
RGB Variations
Color information
#CABB8A (or 0xCABB8A) is known color: Yuma. HEX triplet: CA, BB and 8A. RGB value is (202,187,138). Sum of RGB (Red+Green+Blue) = 202+187+138=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB8A is #354475. Grayscale: #BABABA. Windows color (decimal): -3490934 or 9092042. OLE color: 9092042.
HSL color Cylindrical-coordinate representation of color #CABB8A: hue angle of 45.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CABB8A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 138 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.21 |
| HSL | 45.94º | 0.38% | 0.67% | - |
| HSV(B) | 45.94º | 0.32% | 0.79% | - |
| XYZ | 46.71 | 49.93 | 31.22 | - |
| YUV | 185.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 138 | 0 | 0.07 | 0.32 | 0.21 | 45.94 | 0.38 | 0.67 |
| Hex | CA | BB | 8A | 0 | 7 | 20 | 15 | 2E | 26 | 43 |
| Octal | 312 | 273 | 212 | 0 | 7 | 40 | 25 | 56 | 46 | 103 |
| Binary | 11001010 | 10111011 | 10001010 | 0 | 111 | 100000 | 10101 | 101110 | 100110 | 1000011 |
Color Harmonies of #CABB8A
Complementary color
Monochromatic Colors of #CABB8A
Black with #CABB8A
Text Example
Text Example
White with #CABB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB8A; }
p { color: rgb(202,187,138); }
H1.HeaderClassName
{
color: #CABB8A;
}
.AnyTagClassName
{
color: #CABB8A;
}
</style>
background-color css
<style>
a { background-color: #CABB8A; }
a { background-color: rgb(202,187,138); }
div.DivClassName
{
background-color: #CABB8A;
}
.BgClassName
{
background-color: #CABB8A;
}
</style>
border-color css
<style>
span { border-color: #CABB8A; }
span { border-color: rgb(202,187,138); }
td.TdClassName
{
border-color: #CABB8A;
}
.TagClassName
{
border-color: #CABB8A;
}
</style>