Shades of Yuma #CABA83
Tints of Yuma #CABA83
RGB
CMYK
RGB Variations
Color information
#CABA83 (or 0xCABA83) is known color: Yuma. HEX triplet: CA, BA and 83. RGB value is (202,186,131). Sum of RGB (Red+Green+Blue) = 202+186+131=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA83 is #35457C. Grayscale: #B8B8B8. Windows color (decimal): -3491197 or 8633034. OLE color: 8633034.
HSL color Cylindrical-coordinate representation of color #CABA83: hue angle of 46.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CABA83 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 131 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.21 |
| HSL | 46.48º | 0.4% | 0.65% | - |
| HSV(B) | 46.48º | 0.35% | 0.79% | - |
| XYZ | 46.01 | 49.31 | 28.57 | - |
| YUV | 184.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 131 | 0 | 0.08 | 0.35 | 0.21 | 46.48 | 0.4 | 0.65 |
| Hex | CA | BA | 83 | 0 | 8 | 23 | 15 | 2E | 28 | 41 |
| Octal | 312 | 272 | 203 | 0 | 10 | 43 | 25 | 56 | 50 | 101 |
| Binary | 11001010 | 10111010 | 10000011 | 0 | 1000 | 100011 | 10101 | 101110 | 101000 | 1000001 |
Color Harmonies of #CABA83
Complementary color
Monochromatic Colors of #CABA83
Black with #CABA83
Text Example
Text Example
White with #CABA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA83; }
p { color: rgb(202,186,131); }
H1.HeaderClassName
{
color: #CABA83;
}
.AnyTagClassName
{
color: #CABA83;
}
</style>
background-color css
<style>
a { background-color: #CABA83; }
a { background-color: rgb(202,186,131); }
div.DivClassName
{
background-color: #CABA83;
}
.BgClassName
{
background-color: #CABA83;
}
</style>
border-color css
<style>
span { border-color: #CABA83; }
span { border-color: rgb(202,186,131); }
td.TdClassName
{
border-color: #CABA83;
}
.TagClassName
{
border-color: #CABA83;
}
</style>