Shades of Yuma #CAB47D
Tints of Yuma #CAB47D
RGB
CMYK
RGB Variations
Color information
#CAB47D (or 0xCAB47D) is known color: Yuma. HEX triplet: CA, B4 and 7D. RGB value is (202,180,125). Sum of RGB (Red+Green+Blue) = 202+180+125=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB47D is #354B82. Grayscale: #B4B4B4. Windows color (decimal): -3492739 or 8238282. OLE color: 8238282.
HSL color Cylindrical-coordinate representation of color #CAB47D: hue angle of 42.86º 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 #CAB47D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 125 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.21 |
| HSL | 42.86º | 0.42% | 0.64% | - |
| HSV(B) | 42.86º | 0.38% | 0.79% | - |
| XYZ | 44.38 | 46.68 | 26.07 | - |
| YUV | 180.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 125 | 0 | 0.11 | 0.38 | 0.21 | 42.86 | 0.42 | 0.64 |
| Hex | CA | B4 | 7D | 0 | B | 26 | 15 | 2B | 2A | 40 |
| Octal | 312 | 264 | 175 | 0 | 13 | 46 | 25 | 53 | 52 | 100 |
| Binary | 11001010 | 10110100 | 1111101 | 0 | 1011 | 100110 | 10101 | 101011 | 101010 | 1000000 |
Color Harmonies of #CAB47D
Complementary color
Monochromatic Colors of #CAB47D
Black with #CAB47D
Text Example
Text Example
White with #CAB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB47D; }
p { color: rgb(202,180,125); }
H1.HeaderClassName
{
color: #CAB47D;
}
.AnyTagClassName
{
color: #CAB47D;
}
</style>
background-color css
<style>
a { background-color: #CAB47D; }
a { background-color: rgb(202,180,125); }
div.DivClassName
{
background-color: #CAB47D;
}
.BgClassName
{
background-color: #CAB47D;
}
</style>
border-color css
<style>
span { border-color: #CAB47D; }
span { border-color: rgb(202,180,125); }
td.TdClassName
{
border-color: #CAB47D;
}
.TagClassName
{
border-color: #CAB47D;
}
</style>