Shades of Yuma #CAB47F
Tints of Yuma #CAB47F
RGB
CMYK
RGB Variations
Color information
#CAB47F (or 0xCAB47F) is known color: Yuma. HEX triplet: CA, B4 and 7F. RGB value is (202,180,127). Sum of RGB (Red+Green+Blue) = 202+180+127=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB47F is #354B80. Grayscale: #B4B4B4. Windows color (decimal): -3492737 or 8369354. OLE color: 8369354.
HSL color Cylindrical-coordinate representation of color #CAB47F: hue angle of 42.4º 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 #CAB47F is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 127 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.21 |
| HSL | 42.4º | 0.41% | 0.65% | - |
| HSV(B) | 42.4º | 0.37% | 0.79% | - |
| XYZ | 44.51 | 46.73 | 26.75 | - |
| YUV | 180.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 127 | 0 | 0.11 | 0.37 | 0.21 | 42.4 | 0.41 | 0.65 |
| Hex | CA | B4 | 7F | 0 | B | 25 | 15 | 2A | 29 | 41 |
| Octal | 312 | 264 | 177 | 0 | 13 | 45 | 25 | 52 | 51 | 101 |
| Binary | 11001010 | 10110100 | 1111111 | 0 | 1011 | 100101 | 10101 | 101010 | 101001 | 1000001 |
Color Harmonies of #CAB47F
Complementary color
Monochromatic Colors of #CAB47F
Black with #CAB47F
Text Example
Text Example
White with #CAB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB47F; }
p { color: rgb(202,180,127); }
H1.HeaderClassName
{
color: #CAB47F;
}
.AnyTagClassName
{
color: #CAB47F;
}
</style>
background-color css
<style>
a { background-color: #CAB47F; }
a { background-color: rgb(202,180,127); }
div.DivClassName
{
background-color: #CAB47F;
}
.BgClassName
{
background-color: #CAB47F;
}
</style>
border-color css
<style>
span { border-color: #CAB47F; }
span { border-color: rgb(202,180,127); }
td.TdClassName
{
border-color: #CAB47F;
}
.TagClassName
{
border-color: #CAB47F;
}
</style>