Shades of Yuma #C2B97B
Tints of Yuma #C2B97B
RGB
CMYK
RGB Variations
Color information
#C2B97B (or 0xC2B97B) is known color: Yuma. HEX triplet: C2, B9 and 7B. RGB value is (194,185,123). Sum of RGB (Red+Green+Blue) = 194+185+123=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B97B is #3D4684. Grayscale: #B4B4B4. Windows color (decimal): -4015749 or 8108482. OLE color: 8108482.
HSL color Cylindrical-coordinate representation of color #C2B97B: hue angle of 52.39º 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 #C2B97B is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 123 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.24 |
| HSL | 52.39º | 0.37% | 0.62% | - |
| HSV(B) | 52.39º | 0.37% | 0.76% | - |
| XYZ | 43.17 | 47.6 | 25.65 | - |
| YUV | 180.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 123 | 0 | 0.05 | 0.37 | 0.24 | 52.39 | 0.37 | 0.62 |
| Hex | C2 | B9 | 7B | 0 | 5 | 25 | 18 | 34 | 25 | 3E |
| Octal | 302 | 271 | 173 | 0 | 5 | 45 | 30 | 64 | 45 | 76 |
| Binary | 11000010 | 10111001 | 1111011 | 0 | 101 | 100101 | 11000 | 110100 | 100101 | 111110 |
Color Harmonies of #C2B97B
Complementary color
Monochromatic Colors of #C2B97B
Black with #C2B97B
Text Example
Text Example
White with #C2B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B97B; }
p { color: rgb(194,185,123); }
H1.HeaderClassName
{
color: #C2B97B;
}
.AnyTagClassName
{
color: #C2B97B;
}
</style>
background-color css
<style>
a { background-color: #C2B97B; }
a { background-color: rgb(194,185,123); }
div.DivClassName
{
background-color: #C2B97B;
}
.BgClassName
{
background-color: #C2B97B;
}
</style>
border-color css
<style>
span { border-color: #C2B97B; }
span { border-color: rgb(194,185,123); }
td.TdClassName
{
border-color: #C2B97B;
}
.TagClassName
{
border-color: #C2B97B;
}
</style>