Shades of Yuma #CAB778
Tints of Yuma #CAB778
RGB
CMYK
RGB Variations
Color information
#CAB778 (or 0xCAB778) is known color: Yuma. HEX triplet: CA, B7 and 78. RGB value is (202,183,120). Sum of RGB (Red+Green+Blue) = 202+183+120=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB778 is #354887. Grayscale: #B5B5B5. Windows color (decimal): -3491976 or 7911370. OLE color: 7911370.
HSL color Cylindrical-coordinate representation of color #CAB778: hue angle of 46.1º 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 #CAB778 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 120 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.21 |
| HSL | 46.1º | 0.44% | 0.63% | - |
| HSV(B) | 46.1º | 0.41% | 0.79% | - |
| XYZ | 44.68 | 47.78 | 24.64 | - |
| YUV | 181.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 120 | 0 | 0.09 | 0.41 | 0.21 | 46.1 | 0.44 | 0.63 |
| Hex | CA | B7 | 78 | 0 | 9 | 29 | 15 | 2E | 2C | 3F |
| Octal | 312 | 267 | 170 | 0 | 11 | 51 | 25 | 56 | 54 | 77 |
| Binary | 11001010 | 10110111 | 1111000 | 0 | 1001 | 101001 | 10101 | 101110 | 101100 | 111111 |
Color Harmonies of #CAB778
Complementary color
Monochromatic Colors of #CAB778
Black with #CAB778
Text Example
Text Example
White with #CAB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB778; }
p { color: rgb(202,183,120); }
H1.HeaderClassName
{
color: #CAB778;
}
.AnyTagClassName
{
color: #CAB778;
}
</style>
background-color css
<style>
a { background-color: #CAB778; }
a { background-color: rgb(202,183,120); }
div.DivClassName
{
background-color: #CAB778;
}
.BgClassName
{
background-color: #CAB778;
}
</style>
border-color css
<style>
span { border-color: #CAB778; }
span { border-color: rgb(202,183,120); }
td.TdClassName
{
border-color: #CAB778;
}
.TagClassName
{
border-color: #CAB778;
}
</style>