Shades of Yuma #CAB47C
Tints of Yuma #CAB47C
RGB
CMYK
RGB Variations
Color information
#CAB47C (or 0xCAB47C) is known color: Yuma. HEX triplet: CA, B4 and 7C. RGB value is (202,180,124). Sum of RGB (Red+Green+Blue) = 202+180+124=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB47C is #354B83. Grayscale: #B4B4B4. Windows color (decimal): -3492740 or 8172746. OLE color: 8172746.
HSL color Cylindrical-coordinate representation of color #CAB47C: hue angle of 43.08º degrees, saturation: 0.42, 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 #CAB47C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 124 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.21 |
| HSL | 43.08º | 0.42% | 0.64% | - |
| HSV(B) | 43.08º | 0.39% | 0.79% | - |
| XYZ | 44.32 | 46.65 | 25.74 | - |
| YUV | 180.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 124 | 0 | 0.11 | 0.39 | 0.21 | 43.08 | 0.42 | 0.64 |
| Hex | CA | B4 | 7C | 0 | B | 27 | 15 | 2B | 2A | 40 |
| Octal | 312 | 264 | 174 | 0 | 13 | 47 | 25 | 53 | 52 | 100 |
| Binary | 11001010 | 10110100 | 1111100 | 0 | 1011 | 100111 | 10101 | 101011 | 101010 | 1000000 |
Color Harmonies of #CAB47C
Complementary color
Monochromatic Colors of #CAB47C
Black with #CAB47C
Text Example
Text Example
White with #CAB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB47C; }
p { color: rgb(202,180,124); }
H1.HeaderClassName
{
color: #CAB47C;
}
.AnyTagClassName
{
color: #CAB47C;
}
</style>
background-color css
<style>
a { background-color: #CAB47C; }
a { background-color: rgb(202,180,124); }
div.DivClassName
{
background-color: #CAB47C;
}
.BgClassName
{
background-color: #CAB47C;
}
</style>
border-color css
<style>
span { border-color: #CAB47C; }
span { border-color: rgb(202,180,124); }
td.TdClassName
{
border-color: #CAB47C;
}
.TagClassName
{
border-color: #CAB47C;
}
</style>