Shades of Yuma #CABA7F
Tints of Yuma #CABA7F
RGB
CMYK
RGB Variations
Color information
#CABA7F (or 0xCABA7F) is known color: Yuma. HEX triplet: CA, BA and 7F. RGB value is (202,186,127). Sum of RGB (Red+Green+Blue) = 202+186+127=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA7F is #354580. Grayscale: #B8B8B8. Windows color (decimal): -3491201 or 8370890. OLE color: 8370890.
HSL color Cylindrical-coordinate representation of color #CABA7F: hue angle of 47.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CABA7F is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 127 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.21 |
| HSL | 47.2º | 0.41% | 0.65% | - |
| HSV(B) | 47.2º | 0.37% | 0.79% | - |
| XYZ | 45.75 | 49.21 | 27.17 | - |
| YUV | 184.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 127 | 0 | 0.08 | 0.37 | 0.21 | 47.2 | 0.41 | 0.65 |
| Hex | CA | BA | 7F | 0 | 8 | 25 | 15 | 2F | 29 | 41 |
| Octal | 312 | 272 | 177 | 0 | 10 | 45 | 25 | 57 | 51 | 101 |
| Binary | 11001010 | 10111010 | 1111111 | 0 | 1000 | 100101 | 10101 | 101111 | 101001 | 1000001 |
Color Harmonies of #CABA7F
Complementary color
Monochromatic Colors of #CABA7F
Black with #CABA7F
Text Example
Text Example
White with #CABA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA7F; }
p { color: rgb(202,186,127); }
H1.HeaderClassName
{
color: #CABA7F;
}
.AnyTagClassName
{
color: #CABA7F;
}
</style>
background-color css
<style>
a { background-color: #CABA7F; }
a { background-color: rgb(202,186,127); }
div.DivClassName
{
background-color: #CABA7F;
}
.BgClassName
{
background-color: #CABA7F;
}
</style>
border-color css
<style>
span { border-color: #CABA7F; }
span { border-color: rgb(202,186,127); }
td.TdClassName
{
border-color: #CABA7F;
}
.TagClassName
{
border-color: #CABA7F;
}
</style>