Shades of Yuma #CAB883
Tints of Yuma #CAB883
RGB
CMYK
RGB Variations
Color information
#CAB883 (or 0xCAB883) is known color: Yuma. HEX triplet: CA, B8 and 83. RGB value is (202,184,131). Sum of RGB (Red+Green+Blue) = 202+184+131=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB883 is #35477C. Grayscale: #B7B7B7. Windows color (decimal): -3491709 or 8632522. OLE color: 8632522.
HSL color Cylindrical-coordinate representation of color #CAB883: hue angle of 44.79º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAB883 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 131 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.21 |
| HSL | 44.79º | 0.4% | 0.65% | - |
| HSV(B) | 44.79º | 0.35% | 0.79% | - |
| XYZ | 45.59 | 48.48 | 28.43 | - |
| YUV | 183.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 131 | 0 | 0.09 | 0.35 | 0.21 | 44.79 | 0.4 | 0.65 |
| Hex | CA | B8 | 83 | 0 | 9 | 23 | 15 | 2D | 28 | 41 |
| Octal | 312 | 270 | 203 | 0 | 11 | 43 | 25 | 55 | 50 | 101 |
| Binary | 11001010 | 10111000 | 10000011 | 0 | 1001 | 100011 | 10101 | 101101 | 101000 | 1000001 |
Color Harmonies of #CAB883
Complementary color
Monochromatic Colors of #CAB883
Black with #CAB883
Text Example
Text Example
White with #CAB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB883; }
p { color: rgb(202,184,131); }
H1.HeaderClassName
{
color: #CAB883;
}
.AnyTagClassName
{
color: #CAB883;
}
</style>
background-color css
<style>
a { background-color: #CAB883; }
a { background-color: rgb(202,184,131); }
div.DivClassName
{
background-color: #CAB883;
}
.BgClassName
{
background-color: #CAB883;
}
</style>
border-color css
<style>
span { border-color: #CAB883; }
span { border-color: rgb(202,184,131); }
td.TdClassName
{
border-color: #CAB883;
}
.TagClassName
{
border-color: #CAB883;
}
</style>