Shades of Yuma #CABA77
Tints of Yuma #CABA77
RGB
CMYK
RGB Variations
Color information
#CABA77 (or 0xCABA77) is known color: Yuma. HEX triplet: CA, BA and 77. RGB value is (202,186,119). Sum of RGB (Red+Green+Blue) = 202+186+119=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA77 is #354588. Grayscale: #B7B7B7. Windows color (decimal): -3491209 or 7846602. OLE color: 7846602.
HSL color Cylindrical-coordinate representation of color #CABA77: hue angle of 48.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CABA77 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 119 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.21 |
| HSL | 48.43º | 0.44% | 0.63% | - |
| HSV(B) | 48.43º | 0.41% | 0.79% | - |
| XYZ | 45.25 | 49.01 | 24.53 | - |
| YUV | 183.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 119 | 0 | 0.08 | 0.41 | 0.21 | 48.43 | 0.44 | 0.63 |
| Hex | CA | BA | 77 | 0 | 8 | 29 | 15 | 30 | 2C | 3F |
| Octal | 312 | 272 | 167 | 0 | 10 | 51 | 25 | 60 | 54 | 77 |
| Binary | 11001010 | 10111010 | 1110111 | 0 | 1000 | 101001 | 10101 | 110000 | 101100 | 111111 |
Color Harmonies of #CABA77
Complementary color
Monochromatic Colors of #CABA77
Black with #CABA77
Text Example
Text Example
White with #CABA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA77; }
p { color: rgb(202,186,119); }
H1.HeaderClassName
{
color: #CABA77;
}
.AnyTagClassName
{
color: #CABA77;
}
</style>
background-color css
<style>
a { background-color: #CABA77; }
a { background-color: rgb(202,186,119); }
div.DivClassName
{
background-color: #CABA77;
}
.BgClassName
{
background-color: #CABA77;
}
</style>
border-color css
<style>
span { border-color: #CABA77; }
span { border-color: rgb(202,186,119); }
td.TdClassName
{
border-color: #CABA77;
}
.TagClassName
{
border-color: #CABA77;
}
</style>