Shades of Yuma #CABA8F
Tints of Yuma #CABA8F
RGB
CMYK
RGB Variations
Color information
#CABA8F (or 0xCABA8F) is known color: Yuma. HEX triplet: CA, BA and 8F. RGB value is (202,186,143). Sum of RGB (Red+Green+Blue) = 202+186+143=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA8F is #354570. Grayscale: #BABABA. Windows color (decimal): -3491185 or 9419466. OLE color: 9419466.
HSL color Cylindrical-coordinate representation of color #CABA8F: hue angle of 43.73º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CABA8F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 143 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.21 |
| HSL | 43.73º | 0.36% | 0.68% | - |
| HSV(B) | 43.73º | 0.29% | 0.79% | - |
| XYZ | 46.87 | 49.66 | 33.1 | - |
| YUV | 185.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 143 | 0 | 0.08 | 0.29 | 0.21 | 43.73 | 0.36 | 0.68 |
| Hex | CA | BA | 8F | 0 | 8 | 1D | 15 | 2C | 24 | 44 |
| Octal | 312 | 272 | 217 | 0 | 10 | 35 | 25 | 54 | 44 | 104 |
| Binary | 11001010 | 10111010 | 10001111 | 0 | 1000 | 11101 | 10101 | 101100 | 100100 | 1000100 |
Color Harmonies of #CABA8F
Complementary color
Monochromatic Colors of #CABA8F
Black with #CABA8F
Text Example
Text Example
White with #CABA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA8F; }
p { color: rgb(202,186,143); }
H1.HeaderClassName
{
color: #CABA8F;
}
.AnyTagClassName
{
color: #CABA8F;
}
</style>
background-color css
<style>
a { background-color: #CABA8F; }
a { background-color: rgb(202,186,143); }
div.DivClassName
{
background-color: #CABA8F;
}
.BgClassName
{
background-color: #CABA8F;
}
</style>
border-color css
<style>
span { border-color: #CABA8F; }
span { border-color: rgb(202,186,143); }
td.TdClassName
{
border-color: #CABA8F;
}
.TagClassName
{
border-color: #CABA8F;
}
</style>