Shades of Yuma #C2B58A
Tints of Yuma #C2B58A
RGB
CMYK
RGB Variations
Color information
#C2B58A (or 0xC2B58A) is known color: Yuma. HEX triplet: C2, B5 and 8A. RGB value is (194,181,138). Sum of RGB (Red+Green+Blue) = 194+181+138=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58A is #3D4A75. Grayscale: #B4B4B4. Windows color (decimal): -4016758 or 9090498. OLE color: 9090498.
HSL color Cylindrical-coordinate representation of color #C2B58A: hue angle of 46.07º degrees, saturation: 0.31, 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 #C2B58A is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 138 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.24 |
| HSL | 46.07º | 0.31% | 0.65% | - |
| HSV(B) | 46.07º | 0.29% | 0.76% | - |
| XYZ | 43.36 | 46.35 | 30.71 | - |
| YUV | 179.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 138 | 0 | 0.07 | 0.29 | 0.24 | 46.07 | 0.31 | 0.65 |
| Hex | C2 | B5 | 8A | 0 | 7 | 1D | 18 | 2E | 1F | 41 |
| Octal | 302 | 265 | 212 | 0 | 7 | 35 | 30 | 56 | 37 | 101 |
| Binary | 11000010 | 10110101 | 10001010 | 0 | 111 | 11101 | 11000 | 101110 | 11111 | 1000001 |
Color Harmonies of #C2B58A
Complementary color
Monochromatic Colors of #C2B58A
Black with #C2B58A
Text Example
Text Example
White with #C2B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B58A; }
p { color: rgb(194,181,138); }
H1.HeaderClassName
{
color: #C2B58A;
}
.AnyTagClassName
{
color: #C2B58A;
}
</style>
background-color css
<style>
a { background-color: #C2B58A; }
a { background-color: rgb(194,181,138); }
div.DivClassName
{
background-color: #C2B58A;
}
.BgClassName
{
background-color: #C2B58A;
}
</style>
border-color css
<style>
span { border-color: #C2B58A; }
span { border-color: rgb(194,181,138); }
td.TdClassName
{
border-color: #C2B58A;
}
.TagClassName
{
border-color: #C2B58A;
}
</style>