Shades of Yuma #C2B58B
Tints of Yuma #C2B58B
RGB
CMYK
RGB Variations
Color information
#C2B58B (or 0xC2B58B) is known color: Yuma. HEX triplet: C2, B5 and 8B. RGB value is (194,181,139). Sum of RGB (Red+Green+Blue) = 194+181+139=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B58B is #3D4A74. Grayscale: #B4B4B4. Windows color (decimal): -4016757 or 9156034. OLE color: 9156034.
HSL color Cylindrical-coordinate representation of color #C2B58B: hue angle of 45.82º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B58B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 139 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.24 |
| HSL | 45.82º | 0.31% | 0.65% | - |
| HSV(B) | 45.82º | 0.28% | 0.76% | - |
| XYZ | 43.43 | 46.38 | 31.09 | - |
| YUV | 180.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 139 | 0 | 0.07 | 0.28 | 0.24 | 45.82 | 0.31 | 0.65 |
| Hex | C2 | B5 | 8B | 0 | 7 | 1C | 18 | 2E | 1F | 41 |
| Octal | 302 | 265 | 213 | 0 | 7 | 34 | 30 | 56 | 37 | 101 |
| Binary | 11000010 | 10110101 | 10001011 | 0 | 111 | 11100 | 11000 | 101110 | 11111 | 1000001 |
Color Harmonies of #C2B58B
Complementary color
Monochromatic Colors of #C2B58B
Black with #C2B58B
Text Example
Text Example
White with #C2B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B58B; }
p { color: rgb(194,181,139); }
H1.HeaderClassName
{
color: #C2B58B;
}
.AnyTagClassName
{
color: #C2B58B;
}
</style>
background-color css
<style>
a { background-color: #C2B58B; }
a { background-color: rgb(194,181,139); }
div.DivClassName
{
background-color: #C2B58B;
}
.BgClassName
{
background-color: #C2B58B;
}
</style>
border-color css
<style>
span { border-color: #C2B58B; }
span { border-color: rgb(194,181,139); }
td.TdClassName
{
border-color: #C2B58B;
}
.TagClassName
{
border-color: #C2B58B;
}
</style>