Shades of Yuma #CABA8A
Tints of Yuma #CABA8A
RGB
CMYK
RGB Variations
Color information
#CABA8A (or 0xCABA8A) is known color: Yuma. HEX triplet: CA, BA and 8A. RGB value is (202,186,138). Sum of RGB (Red+Green+Blue) = 202+186+138=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA8A is #354575. Grayscale: #B9B9B9. Windows color (decimal): -3491190 or 9091786. OLE color: 9091786.
HSL color Cylindrical-coordinate representation of color #CABA8A: hue angle of 45º 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 #CABA8A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 138 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.21 |
| HSL | 45º | 0.38% | 0.67% | - |
| HSV(B) | 45º | 0.32% | 0.79% | - |
| XYZ | 46.5 | 49.51 | 31.15 | - |
| YUV | 185.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 138 | 0 | 0.08 | 0.32 | 0.21 | 45 | 0.38 | 0.67 |
| Hex | CA | BA | 8A | 0 | 8 | 20 | 15 | 2D | 26 | 43 |
| Octal | 312 | 272 | 212 | 0 | 10 | 40 | 25 | 55 | 46 | 103 |
| Binary | 11001010 | 10111010 | 10001010 | 0 | 1000 | 100000 | 10101 | 101101 | 100110 | 1000011 |
Color Harmonies of #CABA8A
Complementary color
Monochromatic Colors of #CABA8A
Black with #CABA8A
Text Example
Text Example
White with #CABA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA8A; }
p { color: rgb(202,186,138); }
H1.HeaderClassName
{
color: #CABA8A;
}
.AnyTagClassName
{
color: #CABA8A;
}
</style>
background-color css
<style>
a { background-color: #CABA8A; }
a { background-color: rgb(202,186,138); }
div.DivClassName
{
background-color: #CABA8A;
}
.BgClassName
{
background-color: #CABA8A;
}
</style>
border-color css
<style>
span { border-color: #CABA8A; }
span { border-color: rgb(202,186,138); }
td.TdClassName
{
border-color: #CABA8A;
}
.TagClassName
{
border-color: #CABA8A;
}
</style>