Shades of Yuma #CAB680
Tints of Yuma #CAB680
RGB
CMYK
RGB Variations
Color information
#CAB680 (or 0xCAB680) is known color: Yuma. HEX triplet: CA, B6 and 80. RGB value is (202,182,128). Sum of RGB (Red+Green+Blue) = 202+182+128=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB680 is #35497F. Grayscale: #B6B6B6. Windows color (decimal): -3492224 or 8435402. OLE color: 8435402.
HSL color Cylindrical-coordinate representation of color #CAB680: hue angle of 43.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB680 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 128 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.21 |
| HSL | 43.78º | 0.41% | 0.65% | - |
| HSV(B) | 43.78º | 0.37% | 0.79% | - |
| XYZ | 44.98 | 47.57 | 27.23 | - |
| YUV | 181.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 128 | 0 | 0.10 | 0.37 | 0.21 | 43.78 | 0.41 | 0.65 |
| Hex | CA | B6 | 80 | 0 | A | 25 | 15 | 2C | 29 | 41 |
| Octal | 312 | 266 | 200 | 0 | 12 | 45 | 25 | 54 | 51 | 101 |
| Binary | 11001010 | 10110110 | 10000000 | 0 | 1010 | 100101 | 10101 | 101100 | 101001 | 1000001 |
Color Harmonies of #CAB680
Complementary color
Monochromatic Colors of #CAB680
Black with #CAB680
Text Example
Text Example
White with #CAB680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB680; }
p { color: rgb(202,182,128); }
H1.HeaderClassName
{
color: #CAB680;
}
.AnyTagClassName
{
color: #CAB680;
}
</style>
background-color css
<style>
a { background-color: #CAB680; }
a { background-color: rgb(202,182,128); }
div.DivClassName
{
background-color: #CAB680;
}
.BgClassName
{
background-color: #CAB680;
}
</style>
border-color css
<style>
span { border-color: #CAB680; }
span { border-color: rgb(202,182,128); }
td.TdClassName
{
border-color: #CAB680;
}
.TagClassName
{
border-color: #CAB680;
}
</style>