Shades of Yuma #CABA76
Tints of Yuma #CABA76
RGB
CMYK
RGB Variations
Color information
#CABA76 (or 0xCABA76) is known color: Yuma. HEX triplet: CA, BA and 76. RGB value is (202,186,118). Sum of RGB (Red+Green+Blue) = 202+186+118=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA76 is #354589. Grayscale: #B7B7B7. Windows color (decimal): -3491210 or 7781066. OLE color: 7781066.
HSL color Cylindrical-coordinate representation of color #CABA76: hue angle of 48.57º 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 #CABA76 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 118 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.21 |
| HSL | 48.57º | 0.44% | 0.63% | - |
| HSV(B) | 48.57º | 0.42% | 0.79% | - |
| XYZ | 45.19 | 48.98 | 24.21 | - |
| YUV | 183.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 118 | 0 | 0.08 | 0.42 | 0.21 | 48.57 | 0.44 | 0.63 |
| Hex | CA | BA | 76 | 0 | 8 | 2A | 15 | 31 | 2C | 3F |
| Octal | 312 | 272 | 166 | 0 | 10 | 52 | 25 | 61 | 54 | 77 |
| Binary | 11001010 | 10111010 | 1110110 | 0 | 1000 | 101010 | 10101 | 110001 | 101100 | 111111 |
Color Harmonies of #CABA76
Complementary color
Monochromatic Colors of #CABA76
Black with #CABA76
Text Example
Text Example
White with #CABA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA76; }
p { color: rgb(202,186,118); }
H1.HeaderClassName
{
color: #CABA76;
}
.AnyTagClassName
{
color: #CABA76;
}
</style>
background-color css
<style>
a { background-color: #CABA76; }
a { background-color: rgb(202,186,118); }
div.DivClassName
{
background-color: #CABA76;
}
.BgClassName
{
background-color: #CABA76;
}
</style>
border-color css
<style>
span { border-color: #CABA76; }
span { border-color: rgb(202,186,118); }
td.TdClassName
{
border-color: #CABA76;
}
.TagClassName
{
border-color: #CABA76;
}
</style>