Shades of Yuma #CAB57E
Tints of Yuma #CAB57E
RGB
CMYK
RGB Variations
Color information
#CAB57E (or 0xCAB57E) is known color: Yuma. HEX triplet: CA, B5 and 7E. RGB value is (202,181,126). Sum of RGB (Red+Green+Blue) = 202+181+126=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB57E is #354A81. Grayscale: #B5B5B5. Windows color (decimal): -3492482 or 8304074. OLE color: 8304074.
HSL color Cylindrical-coordinate representation of color #CAB57E: hue angle of 43.42º 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 #CAB57E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 126 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.21 |
| HSL | 43.42º | 0.42% | 0.64% | - |
| HSV(B) | 43.42º | 0.38% | 0.79% | - |
| XYZ | 44.65 | 47.11 | 26.48 | - |
| YUV | 181.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 126 | 0 | 0.10 | 0.38 | 0.21 | 43.42 | 0.42 | 0.64 |
| Hex | CA | B5 | 7E | 0 | A | 26 | 15 | 2B | 2A | 40 |
| Octal | 312 | 265 | 176 | 0 | 12 | 46 | 25 | 53 | 52 | 100 |
| Binary | 11001010 | 10110101 | 1111110 | 0 | 1010 | 100110 | 10101 | 101011 | 101010 | 1000000 |
Color Harmonies of #CAB57E
Complementary color
Monochromatic Colors of #CAB57E
Black with #CAB57E
Text Example
Text Example
White with #CAB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB57E; }
p { color: rgb(202,181,126); }
H1.HeaderClassName
{
color: #CAB57E;
}
.AnyTagClassName
{
color: #CAB57E;
}
</style>
background-color css
<style>
a { background-color: #CAB57E; }
a { background-color: rgb(202,181,126); }
div.DivClassName
{
background-color: #CAB57E;
}
.BgClassName
{
background-color: #CAB57E;
}
</style>
border-color css
<style>
span { border-color: #CAB57E; }
span { border-color: rgb(202,181,126); }
td.TdClassName
{
border-color: #CAB57E;
}
.TagClassName
{
border-color: #CAB57E;
}
</style>