Shades of Yuma #CAB57F
Tints of Yuma #CAB57F
RGB
CMYK
RGB Variations
Color information
#CAB57F (or 0xCAB57F) is known color: Yuma. HEX triplet: CA, B5 and 7F. RGB value is (202,181,127). Sum of RGB (Red+Green+Blue) = 202+181+127=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB57F is #354A80. Grayscale: #B5B5B5. Windows color (decimal): -3492481 or 8369610. OLE color: 8369610.
HSL color Cylindrical-coordinate representation of color #CAB57F: hue angle of 43.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAB57F is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 127 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.21 |
| HSL | 43.2º | 0.41% | 0.65% | - |
| HSV(B) | 43.2º | 0.37% | 0.79% | - |
| XYZ | 44.71 | 47.14 | 26.82 | - |
| YUV | 181.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 127 | 0 | 0.10 | 0.37 | 0.21 | 43.2 | 0.41 | 0.65 |
| Hex | CA | B5 | 7F | 0 | A | 25 | 15 | 2B | 29 | 41 |
| Octal | 312 | 265 | 177 | 0 | 12 | 45 | 25 | 53 | 51 | 101 |
| Binary | 11001010 | 10110101 | 1111111 | 0 | 1010 | 100101 | 10101 | 101011 | 101001 | 1000001 |
Color Harmonies of #CAB57F
Complementary color
Monochromatic Colors of #CAB57F
Black with #CAB57F
Text Example
Text Example
White with #CAB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB57F; }
p { color: rgb(202,181,127); }
H1.HeaderClassName
{
color: #CAB57F;
}
.AnyTagClassName
{
color: #CAB57F;
}
</style>
background-color css
<style>
a { background-color: #CAB57F; }
a { background-color: rgb(202,181,127); }
div.DivClassName
{
background-color: #CAB57F;
}
.BgClassName
{
background-color: #CAB57F;
}
</style>
border-color css
<style>
span { border-color: #CAB57F; }
span { border-color: rgb(202,181,127); }
td.TdClassName
{
border-color: #CAB57F;
}
.TagClassName
{
border-color: #CAB57F;
}
</style>