Shades of Yuma #CABB7A
Tints of Yuma #CABB7A
RGB
CMYK
RGB Variations
Color information
#CABB7A (or 0xCABB7A) is known color: Yuma. HEX triplet: CA, BB and 7A. RGB value is (202,187,122). Sum of RGB (Red+Green+Blue) = 202+187+122=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB7A is #354485. Grayscale: #B8B8B8. Windows color (decimal): -3490950 or 8043466. OLE color: 8043466.
HSL color Cylindrical-coordinate representation of color #CABB7A: hue angle of 48.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CABB7A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 122 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.21 |
| HSL | 48.75º | 0.43% | 0.64% | - |
| HSV(B) | 48.75º | 0.4% | 0.79% | - |
| XYZ | 45.64 | 49.5 | 25.56 | - |
| YUV | 184.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 122 | 0 | 0.07 | 0.40 | 0.21 | 48.75 | 0.43 | 0.64 |
| Hex | CA | BB | 7A | 0 | 7 | 28 | 15 | 31 | 2B | 40 |
| Octal | 312 | 273 | 172 | 0 | 7 | 50 | 25 | 61 | 53 | 100 |
| Binary | 11001010 | 10111011 | 1111010 | 0 | 111 | 101000 | 10101 | 110001 | 101011 | 1000000 |
Color Harmonies of #CABB7A
Complementary color
Monochromatic Colors of #CABB7A
Black with #CABB7A
Text Example
Text Example
White with #CABB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB7A; }
p { color: rgb(202,187,122); }
H1.HeaderClassName
{
color: #CABB7A;
}
.AnyTagClassName
{
color: #CABB7A;
}
</style>
background-color css
<style>
a { background-color: #CABB7A; }
a { background-color: rgb(202,187,122); }
div.DivClassName
{
background-color: #CABB7A;
}
.BgClassName
{
background-color: #CABB7A;
}
</style>
border-color css
<style>
span { border-color: #CABB7A; }
span { border-color: rgb(202,187,122); }
td.TdClassName
{
border-color: #CABB7A;
}
.TagClassName
{
border-color: #CABB7A;
}
</style>