Shades of Yuma #CAB87B
Tints of Yuma #CAB87B
RGB
CMYK
RGB Variations
Color information
#CAB87B (or 0xCAB87B) is known color: Yuma. HEX triplet: CA, B8 and 7B. RGB value is (202,184,123). Sum of RGB (Red+Green+Blue) = 202+184+123=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB87B is #354784. Grayscale: #B6B6B6. Windows color (decimal): -3491717 or 8108234. OLE color: 8108234.
HSL color Cylindrical-coordinate representation of color #CAB87B: hue angle of 46.33º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAB87B is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 123 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.21 |
| HSL | 46.33º | 0.43% | 0.64% | - |
| HSV(B) | 46.33º | 0.39% | 0.79% | - |
| XYZ | 45.07 | 48.27 | 25.68 | - |
| YUV | 182.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 123 | 0 | 0.09 | 0.39 | 0.21 | 46.33 | 0.43 | 0.64 |
| Hex | CA | B8 | 7B | 0 | 9 | 27 | 15 | 2E | 2B | 40 |
| Octal | 312 | 270 | 173 | 0 | 11 | 47 | 25 | 56 | 53 | 100 |
| Binary | 11001010 | 10111000 | 1111011 | 0 | 1001 | 100111 | 10101 | 101110 | 101011 | 1000000 |
Color Harmonies of #CAB87B
Complementary color
Monochromatic Colors of #CAB87B
Black with #CAB87B
Text Example
Text Example
White with #CAB87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB87B; }
p { color: rgb(202,184,123); }
H1.HeaderClassName
{
color: #CAB87B;
}
.AnyTagClassName
{
color: #CAB87B;
}
</style>
background-color css
<style>
a { background-color: #CAB87B; }
a { background-color: rgb(202,184,123); }
div.DivClassName
{
background-color: #CAB87B;
}
.BgClassName
{
background-color: #CAB87B;
}
</style>
border-color css
<style>
span { border-color: #CAB87B; }
span { border-color: rgb(202,184,123); }
td.TdClassName
{
border-color: #CAB87B;
}
.TagClassName
{
border-color: #CAB87B;
}
</style>