Shades of Yuma #CAB67F
Tints of Yuma #CAB67F
RGB
CMYK
RGB Variations
Color information
#CAB67F (or 0xCAB67F) is known color: Yuma. HEX triplet: CA, B6 and 7F. RGB value is (202,182,127). Sum of RGB (Red+Green+Blue) = 202+182+127=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB67F is #354980. Grayscale: #B5B5B5. Windows color (decimal): -3492225 or 8369866. OLE color: 8369866.
HSL color Cylindrical-coordinate representation of color #CAB67F: hue angle of 44º 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 #CAB67F is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 127 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.21 |
| HSL | 44º | 0.41% | 0.65% | - |
| HSV(B) | 44º | 0.37% | 0.79% | - |
| XYZ | 44.92 | 47.54 | 26.89 | - |
| YUV | 181.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 127 | 0 | 0.10 | 0.37 | 0.21 | 44 | 0.41 | 0.65 |
| Hex | CA | B6 | 7F | 0 | A | 25 | 15 | 2C | 29 | 41 |
| Octal | 312 | 266 | 177 | 0 | 12 | 45 | 25 | 54 | 51 | 101 |
| Binary | 11001010 | 10110110 | 1111111 | 0 | 1010 | 100101 | 10101 | 101100 | 101001 | 1000001 |
Color Harmonies of #CAB67F
Complementary color
Monochromatic Colors of #CAB67F
Black with #CAB67F
Text Example
Text Example
White with #CAB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB67F; }
p { color: rgb(202,182,127); }
H1.HeaderClassName
{
color: #CAB67F;
}
.AnyTagClassName
{
color: #CAB67F;
}
</style>
background-color css
<style>
a { background-color: #CAB67F; }
a { background-color: rgb(202,182,127); }
div.DivClassName
{
background-color: #CAB67F;
}
.BgClassName
{
background-color: #CAB67F;
}
</style>
border-color css
<style>
span { border-color: #CAB67F; }
span { border-color: rgb(202,182,127); }
td.TdClassName
{
border-color: #CAB67F;
}
.TagClassName
{
border-color: #CAB67F;
}
</style>