Shades of Yuma #CABB73
Tints of Yuma #CABB73
RGB
CMYK
RGB Variations
Color information
#CABB73 (or 0xCABB73) is known color: Yuma. HEX triplet: CA, BB and 73. RGB value is (202,187,115). Sum of RGB (Red+Green+Blue) = 202+187+115=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB73 is #35448C. Grayscale: #B7B7B7. Windows color (decimal): -3490957 or 7584714. OLE color: 7584714.
HSL color Cylindrical-coordinate representation of color #CABB73: hue angle of 49.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CABB73 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 115 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.21 |
| HSL | 49.66º | 0.45% | 0.62% | - |
| HSV(B) | 49.66º | 0.43% | 0.79% | - |
| XYZ | 45.22 | 49.34 | 23.36 | - |
| YUV | 183.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 115 | 0 | 0.07 | 0.43 | 0.21 | 49.66 | 0.45 | 0.62 |
| Hex | CA | BB | 73 | 0 | 7 | 2B | 15 | 32 | 2D | 3E |
| Octal | 312 | 273 | 163 | 0 | 7 | 53 | 25 | 62 | 55 | 76 |
| Binary | 11001010 | 10111011 | 1110011 | 0 | 111 | 101011 | 10101 | 110010 | 101101 | 111110 |
Color Harmonies of #CABB73
Complementary color
Monochromatic Colors of #CABB73
Black with #CABB73
Text Example
Text Example
White with #CABB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB73; }
p { color: rgb(202,187,115); }
H1.HeaderClassName
{
color: #CABB73;
}
.AnyTagClassName
{
color: #CABB73;
}
</style>
background-color css
<style>
a { background-color: #CABB73; }
a { background-color: rgb(202,187,115); }
div.DivClassName
{
background-color: #CABB73;
}
.BgClassName
{
background-color: #CABB73;
}
</style>
border-color css
<style>
span { border-color: #CABB73; }
span { border-color: rgb(202,187,115); }
td.TdClassName
{
border-color: #CABB73;
}
.TagClassName
{
border-color: #CABB73;
}
</style>