Shades of Yuma #CAB47E
Tints of Yuma #CAB47E
RGB
CMYK
RGB Variations
Color information
#CAB47E (or 0xCAB47E) is known color: Yuma. HEX triplet: CA, B4 and 7E. RGB value is (202,180,126). Sum of RGB (Red+Green+Blue) = 202+180+126=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB47E is #354B81. Grayscale: #B4B4B4. Windows color (decimal): -3492738 or 8303818. OLE color: 8303818.
HSL color Cylindrical-coordinate representation of color #CAB47E: hue angle of 42.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAB47E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 126 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.21 |
| HSL | 42.63º | 0.42% | 0.64% | - |
| HSV(B) | 42.63º | 0.38% | 0.79% | - |
| XYZ | 44.44 | 46.71 | 26.41 | - |
| YUV | 180.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 126 | 0 | 0.11 | 0.38 | 0.21 | 42.63 | 0.42 | 0.64 |
| Hex | CA | B4 | 7E | 0 | B | 26 | 15 | 2B | 2A | 40 |
| Octal | 312 | 264 | 176 | 0 | 13 | 46 | 25 | 53 | 52 | 100 |
| Binary | 11001010 | 10110100 | 1111110 | 0 | 1011 | 100110 | 10101 | 101011 | 101010 | 1000000 |
Color Harmonies of #CAB47E
Complementary color
Monochromatic Colors of #CAB47E
Black with #CAB47E
Text Example
Text Example
White with #CAB47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB47E; }
p { color: rgb(202,180,126); }
H1.HeaderClassName
{
color: #CAB47E;
}
.AnyTagClassName
{
color: #CAB47E;
}
</style>
background-color css
<style>
a { background-color: #CAB47E; }
a { background-color: rgb(202,180,126); }
div.DivClassName
{
background-color: #CAB47E;
}
.BgClassName
{
background-color: #CAB47E;
}
</style>
border-color css
<style>
span { border-color: #CAB47E; }
span { border-color: rgb(202,180,126); }
td.TdClassName
{
border-color: #CAB47E;
}
.TagClassName
{
border-color: #CAB47E;
}
</style>