Shades of Yuma #CAB78C
Tints of Yuma #CAB78C
RGB
CMYK
RGB Variations
Color information
#CAB78C (or 0xCAB78C) is known color: Yuma. HEX triplet: CA, B7 and 8C. RGB value is (202,183,140). Sum of RGB (Red+Green+Blue) = 202+183+140=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB78C is #354873. Grayscale: #B7B7B7. Windows color (decimal): -3491956 or 9222090. OLE color: 9222090.
HSL color Cylindrical-coordinate representation of color #CAB78C: hue angle of 41.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB78C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 183 | 140 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.21 |
| HSL | 41.61º | 0.37% | 0.67% | - |
| HSV(B) | 41.61º | 0.31% | 0.79% | - |
| XYZ | 46.02 | 48.32 | 31.71 | - |
| YUV | 183.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 140 | 0 | 0.09 | 0.31 | 0.21 | 41.61 | 0.37 | 0.67 |
| Hex | CA | B7 | 8C | 0 | 9 | 1F | 15 | 2A | 25 | 43 |
| Octal | 312 | 267 | 214 | 0 | 11 | 37 | 25 | 52 | 45 | 103 |
| Binary | 11001010 | 10110111 | 10001100 | 0 | 1001 | 11111 | 10101 | 101010 | 100101 | 1000011 |
Color Harmonies of #CAB78C
Complementary color
Monochromatic Colors of #CAB78C
Black with #CAB78C
Text Example
Text Example
White with #CAB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB78C; }
p { color: rgb(202,183,140); }
H1.HeaderClassName
{
color: #CAB78C;
}
.AnyTagClassName
{
color: #CAB78C;
}
</style>
background-color css
<style>
a { background-color: #CAB78C; }
a { background-color: rgb(202,183,140); }
div.DivClassName
{
background-color: #CAB78C;
}
.BgClassName
{
background-color: #CAB78C;
}
</style>
border-color css
<style>
span { border-color: #CAB78C; }
span { border-color: rgb(202,183,140); }
td.TdClassName
{
border-color: #CAB78C;
}
.TagClassName
{
border-color: #CAB78C;
}
</style>