Shades of Yuma #CABA7E
Tints of Yuma #CABA7E
RGB
CMYK
RGB Variations
Color information
#CABA7E (or 0xCABA7E) is known color: Yuma. HEX triplet: CA, BA and 7E. RGB value is (202,186,126). Sum of RGB (Red+Green+Blue) = 202+186+126=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA7E is #354581. Grayscale: #B8B8B8. Windows color (decimal): -3491202 or 8305354. OLE color: 8305354.
HSL color Cylindrical-coordinate representation of color #CABA7E: hue angle of 47.37º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CABA7E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 126 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.21 |
| HSL | 47.37º | 0.42% | 0.64% | - |
| HSV(B) | 47.37º | 0.38% | 0.79% | - |
| XYZ | 45.68 | 49.18 | 26.82 | - |
| YUV | 183.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 126 | 0 | 0.08 | 0.38 | 0.21 | 47.37 | 0.42 | 0.64 |
| Hex | CA | BA | 7E | 0 | 8 | 26 | 15 | 2F | 2A | 40 |
| Octal | 312 | 272 | 176 | 0 | 10 | 46 | 25 | 57 | 52 | 100 |
| Binary | 11001010 | 10111010 | 1111110 | 0 | 1000 | 100110 | 10101 | 101111 | 101010 | 1000000 |
Color Harmonies of #CABA7E
Complementary color
Monochromatic Colors of #CABA7E
Black with #CABA7E
Text Example
Text Example
White with #CABA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA7E; }
p { color: rgb(202,186,126); }
H1.HeaderClassName
{
color: #CABA7E;
}
.AnyTagClassName
{
color: #CABA7E;
}
</style>
background-color css
<style>
a { background-color: #CABA7E; }
a { background-color: rgb(202,186,126); }
div.DivClassName
{
background-color: #CABA7E;
}
.BgClassName
{
background-color: #CABA7E;
}
</style>
border-color css
<style>
span { border-color: #CABA7E; }
span { border-color: rgb(202,186,126); }
td.TdClassName
{
border-color: #CABA7E;
}
.TagClassName
{
border-color: #CABA7E;
}
</style>