Shades of Yuma #CABB76
Tints of Yuma #CABB76
RGB
CMYK
RGB Variations
Color information
#CABB76 (or 0xCABB76) is known color: Yuma. HEX triplet: CA, BB and 76. RGB value is (202,187,118). Sum of RGB (Red+Green+Blue) = 202+187+118=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB76 is #354489. Grayscale: #B7B7B7. Windows color (decimal): -3490954 or 7781322. OLE color: 7781322.
HSL color Cylindrical-coordinate representation of color #CABB76: hue angle of 49.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CABB76 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 118 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.21 |
| HSL | 49.29º | 0.44% | 0.63% | - |
| HSV(B) | 49.29º | 0.42% | 0.79% | - |
| XYZ | 45.4 | 49.41 | 24.28 | - |
| YUV | 183.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 118 | 0 | 0.07 | 0.42 | 0.21 | 49.29 | 0.44 | 0.63 |
| Hex | CA | BB | 76 | 0 | 7 | 2A | 15 | 31 | 2C | 3F |
| Octal | 312 | 273 | 166 | 0 | 7 | 52 | 25 | 61 | 54 | 77 |
| Binary | 11001010 | 10111011 | 1110110 | 0 | 111 | 101010 | 10101 | 110001 | 101100 | 111111 |
Color Harmonies of #CABB76
Complementary color
Monochromatic Colors of #CABB76
Black with #CABB76
Text Example
Text Example
White with #CABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB76; }
p { color: rgb(202,187,118); }
H1.HeaderClassName
{
color: #CABB76;
}
.AnyTagClassName
{
color: #CABB76;
}
</style>
background-color css
<style>
a { background-color: #CABB76; }
a { background-color: rgb(202,187,118); }
div.DivClassName
{
background-color: #CABB76;
}
.BgClassName
{
background-color: #CABB76;
}
</style>
border-color css
<style>
span { border-color: #CABB76; }
span { border-color: rgb(202,187,118); }
td.TdClassName
{
border-color: #CABB76;
}
.TagClassName
{
border-color: #CABB76;
}
</style>