Shades of Yuma #CABA8D
Tints of Yuma #CABA8D
RGB
CMYK
RGB Variations
Color information
#CABA8D (or 0xCABA8D) is known color: Yuma. HEX triplet: CA, BA and 8D. RGB value is (202,186,141). Sum of RGB (Red+Green+Blue) = 202+186+141=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA8D is #354572. Grayscale: #B9B9B9. Windows color (decimal): -3491187 or 9288394. OLE color: 9288394.
HSL color Cylindrical-coordinate representation of color #CABA8D: hue angle of 44.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABA8D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 141 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.21 |
| HSL | 44.26º | 0.37% | 0.67% | - |
| HSV(B) | 44.26º | 0.3% | 0.79% | - |
| XYZ | 46.72 | 49.6 | 32.31 | - |
| YUV | 185.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 141 | 0 | 0.08 | 0.30 | 0.21 | 44.26 | 0.37 | 0.67 |
| Hex | CA | BA | 8D | 0 | 8 | 1E | 15 | 2C | 25 | 43 |
| Octal | 312 | 272 | 215 | 0 | 10 | 36 | 25 | 54 | 45 | 103 |
| Binary | 11001010 | 10111010 | 10001101 | 0 | 1000 | 11110 | 10101 | 101100 | 100101 | 1000011 |
Color Harmonies of #CABA8D
Complementary color
Monochromatic Colors of #CABA8D
Black with #CABA8D
Text Example
Text Example
White with #CABA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA8D; }
p { color: rgb(202,186,141); }
H1.HeaderClassName
{
color: #CABA8D;
}
.AnyTagClassName
{
color: #CABA8D;
}
</style>
background-color css
<style>
a { background-color: #CABA8D; }
a { background-color: rgb(202,186,141); }
div.DivClassName
{
background-color: #CABA8D;
}
.BgClassName
{
background-color: #CABA8D;
}
</style>
border-color css
<style>
span { border-color: #CABA8D; }
span { border-color: rgb(202,186,141); }
td.TdClassName
{
border-color: #CABA8D;
}
.TagClassName
{
border-color: #CABA8D;
}
</style>