Shades of Yuma #C2B689
Tints of Yuma #C2B689
RGB
CMYK
RGB Variations
Color information
#C2B689 (or 0xC2B689) is known color: Yuma. HEX triplet: C2, B6 and 89. RGB value is (194,182,137). Sum of RGB (Red+Green+Blue) = 194+182+137=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B689 is #3D4976. Grayscale: #B4B4B4. Windows color (decimal): -4016503 or 9025218. OLE color: 9025218.
HSL color Cylindrical-coordinate representation of color #C2B689: hue angle of 47.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B689 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 137 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.24 |
| HSL | 47.37º | 0.32% | 0.65% | - |
| HSV(B) | 47.37º | 0.29% | 0.76% | - |
| XYZ | 43.49 | 46.73 | 30.39 | - |
| YUV | 180.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 137 | 0 | 0.06 | 0.29 | 0.24 | 47.37 | 0.32 | 0.65 |
| Hex | C2 | B6 | 89 | 0 | 6 | 1D | 18 | 2F | 20 | 41 |
| Octal | 302 | 266 | 211 | 0 | 6 | 35 | 30 | 57 | 40 | 101 |
| Binary | 11000010 | 10110110 | 10001001 | 0 | 110 | 11101 | 11000 | 101111 | 100000 | 1000001 |
Color Harmonies of #C2B689
Complementary color
Monochromatic Colors of #C2B689
Black with #C2B689
Text Example
Text Example
White with #C2B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B689; }
p { color: rgb(194,182,137); }
H1.HeaderClassName
{
color: #C2B689;
}
.AnyTagClassName
{
color: #C2B689;
}
</style>
background-color css
<style>
a { background-color: #C2B689; }
a { background-color: rgb(194,182,137); }
div.DivClassName
{
background-color: #C2B689;
}
.BgClassName
{
background-color: #C2B689;
}
</style>
border-color css
<style>
span { border-color: #C2B689; }
span { border-color: rgb(194,182,137); }
td.TdClassName
{
border-color: #C2B689;
}
.TagClassName
{
border-color: #C2B689;
}
</style>