Shades of Yuma #C2BB7A
Tints of Yuma #C2BB7A
RGB
CMYK
RGB Variations
Color information
#C2BB7A (or 0xC2BB7A) is known color: Yuma. HEX triplet: C2, BB and 7A. RGB value is (194,187,122). Sum of RGB (Red+Green+Blue) = 194+187+122=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB7A is #3D4485. Grayscale: #B5B5B5. Windows color (decimal): -4015238 or 8043458. OLE color: 8043458.
HSL color Cylindrical-coordinate representation of color #C2BB7A: hue angle of 54.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2BB7A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 122 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.24 |
| HSL | 54.17º | 0.37% | 0.62% | - |
| HSV(B) | 54.17º | 0.37% | 0.76% | - |
| XYZ | 43.53 | 48.42 | 25.46 | - |
| YUV | 181.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 122 | 0 | 0.04 | 0.37 | 0.24 | 54.17 | 0.37 | 0.62 |
| Hex | C2 | BB | 7A | 0 | 4 | 25 | 18 | 36 | 25 | 3E |
| Octal | 302 | 273 | 172 | 0 | 4 | 45 | 30 | 66 | 45 | 76 |
| Binary | 11000010 | 10111011 | 1111010 | 0 | 100 | 100101 | 11000 | 110110 | 100101 | 111110 |
Color Harmonies of #C2BB7A
Complementary color
Monochromatic Colors of #C2BB7A
Black with #C2BB7A
Text Example
Text Example
White with #C2BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB7A; }
p { color: rgb(194,187,122); }
H1.HeaderClassName
{
color: #C2BB7A;
}
.AnyTagClassName
{
color: #C2BB7A;
}
</style>
background-color css
<style>
a { background-color: #C2BB7A; }
a { background-color: rgb(194,187,122); }
div.DivClassName
{
background-color: #C2BB7A;
}
.BgClassName
{
background-color: #C2BB7A;
}
</style>
border-color css
<style>
span { border-color: #C2BB7A; }
span { border-color: rgb(194,187,122); }
td.TdClassName
{
border-color: #C2BB7A;
}
.TagClassName
{
border-color: #C2BB7A;
}
</style>