Shades of Yuma #C2B97A
Tints of Yuma #C2B97A
RGB
CMYK
RGB Variations
Color information
#C2B97A (or 0xC2B97A) is known color: Yuma. HEX triplet: C2, B9 and 7A. RGB value is (194,185,122). Sum of RGB (Red+Green+Blue) = 194+185+122=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B97A is #3D4685. Grayscale: #B4B4B4. Windows color (decimal): -4015750 or 8042946. OLE color: 8042946.
HSL color Cylindrical-coordinate representation of color #C2B97A: hue angle of 52.5º 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 #C2B97A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 122 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.24 |
| HSL | 52.5º | 0.37% | 0.62% | - |
| HSV(B) | 52.5º | 0.37% | 0.76% | - |
| XYZ | 43.11 | 47.57 | 25.32 | - |
| YUV | 180.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 122 | 0 | 0.05 | 0.37 | 0.24 | 52.5 | 0.37 | 0.62 |
| Hex | C2 | B9 | 7A | 0 | 5 | 25 | 18 | 34 | 25 | 3E |
| Octal | 302 | 271 | 172 | 0 | 5 | 45 | 30 | 64 | 45 | 76 |
| Binary | 11000010 | 10111001 | 1111010 | 0 | 101 | 100101 | 11000 | 110100 | 100101 | 111110 |
Color Harmonies of #C2B97A
Complementary color
Monochromatic Colors of #C2B97A
Black with #C2B97A
Text Example
Text Example
White with #C2B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B97A; }
p { color: rgb(194,185,122); }
H1.HeaderClassName
{
color: #C2B97A;
}
.AnyTagClassName
{
color: #C2B97A;
}
</style>
background-color css
<style>
a { background-color: #C2B97A; }
a { background-color: rgb(194,185,122); }
div.DivClassName
{
background-color: #C2B97A;
}
.BgClassName
{
background-color: #C2B97A;
}
</style>
border-color css
<style>
span { border-color: #C2B97A; }
span { border-color: rgb(194,185,122); }
td.TdClassName
{
border-color: #C2B97A;
}
.TagClassName
{
border-color: #C2B97A;
}
</style>