Shades of Yuma #CAB78A
Tints of Yuma #CAB78A
RGB
CMYK
RGB Variations
Color information
#CAB78A (or 0xCAB78A) is known color: Yuma. HEX triplet: CA, B7 and 8A. RGB value is (202,183,138). Sum of RGB (Red+Green+Blue) = 202+183+138=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB78A is #354875. Grayscale: #B7B7B7. Windows color (decimal): -3491958 or 9091018. OLE color: 9091018.
HSL color Cylindrical-coordinate representation of color #CAB78A: hue angle of 42.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB78A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 138 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.21 |
| HSL | 42.19º | 0.38% | 0.67% | - |
| HSV(B) | 42.19º | 0.32% | 0.79% | - |
| XYZ | 45.88 | 48.26 | 30.94 | - |
| YUV | 183.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 138 | 0 | 0.09 | 0.32 | 0.21 | 42.19 | 0.38 | 0.67 |
| Hex | CA | B7 | 8A | 0 | 9 | 20 | 15 | 2A | 26 | 43 |
| Octal | 312 | 267 | 212 | 0 | 11 | 40 | 25 | 52 | 46 | 103 |
| Binary | 11001010 | 10110111 | 10001010 | 0 | 1001 | 100000 | 10101 | 101010 | 100110 | 1000011 |
Color Harmonies of #CAB78A
Complementary color
Monochromatic Colors of #CAB78A
Black with #CAB78A
Text Example
Text Example
White with #CAB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB78A; }
p { color: rgb(202,183,138); }
H1.HeaderClassName
{
color: #CAB78A;
}
.AnyTagClassName
{
color: #CAB78A;
}
</style>
background-color css
<style>
a { background-color: #CAB78A; }
a { background-color: rgb(202,183,138); }
div.DivClassName
{
background-color: #CAB78A;
}
.BgClassName
{
background-color: #CAB78A;
}
</style>
border-color css
<style>
span { border-color: #CAB78A; }
span { border-color: rgb(202,183,138); }
td.TdClassName
{
border-color: #CAB78A;
}
.TagClassName
{
border-color: #CAB78A;
}
</style>