Shades of Yuma #C3B58B
Tints of Yuma #C3B58B
RGB
CMYK
RGB Variations
Color information
#C3B58B (or 0xC3B58B) is known color: Yuma. HEX triplet: C3, B5 and 8B. RGB value is (195,181,139). Sum of RGB (Red+Green+Blue) = 195+181+139=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B58B is #3C4A74. Grayscale: #B4B4B4. Windows color (decimal): -3951221 or 9156035. OLE color: 9156035.
HSL color Cylindrical-coordinate representation of color #C3B58B: hue angle of 45º 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 #C3B58B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 139 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.24 |
| HSL | 45º | 0.32% | 0.65% | - |
| HSV(B) | 45º | 0.29% | 0.76% | - |
| XYZ | 43.69 | 46.51 | 31.1 | - |
| YUV | 180.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 139 | 0 | 0.07 | 0.29 | 0.24 | 45 | 0.32 | 0.65 |
| Hex | C3 | B5 | 8B | 0 | 7 | 1D | 18 | 2D | 20 | 41 |
| Octal | 303 | 265 | 213 | 0 | 7 | 35 | 30 | 55 | 40 | 101 |
| Binary | 11000011 | 10110101 | 10001011 | 0 | 111 | 11101 | 11000 | 101101 | 100000 | 1000001 |
Color Harmonies of #C3B58B
Complementary color
Monochromatic Colors of #C3B58B
Black with #C3B58B
Text Example
Text Example
White with #C3B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B58B; }
p { color: rgb(195,181,139); }
H1.HeaderClassName
{
color: #C3B58B;
}
.AnyTagClassName
{
color: #C3B58B;
}
</style>
background-color css
<style>
a { background-color: #C3B58B; }
a { background-color: rgb(195,181,139); }
div.DivClassName
{
background-color: #C3B58B;
}
.BgClassName
{
background-color: #C3B58B;
}
</style>
border-color css
<style>
span { border-color: #C3B58B; }
span { border-color: rgb(195,181,139); }
td.TdClassName
{
border-color: #C3B58B;
}
.TagClassName
{
border-color: #C3B58B;
}
</style>