Shades of Yuma #C3B978
Tints of Yuma #C3B978
RGB
CMYK
RGB Variations
Color information
#C3B978 (or 0xC3B978) is known color: Yuma. HEX triplet: C3, B9 and 78. RGB value is (195,185,120). Sum of RGB (Red+Green+Blue) = 195+185+120=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B978 is #3C4687. Grayscale: #B4B4B4. Windows color (decimal): -3950216 or 7911875. OLE color: 7911875.
HSL color Cylindrical-coordinate representation of color #C3B978: hue angle of 52º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3B978 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 120 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.24 |
| HSL | 52º | 0.38% | 0.62% | - |
| HSV(B) | 52º | 0.38% | 0.76% | - |
| XYZ | 43.24 | 47.66 | 24.69 | - |
| YUV | 180.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 120 | 0 | 0.05 | 0.38 | 0.24 | 52 | 0.38 | 0.62 |
| Hex | C3 | B9 | 78 | 0 | 5 | 26 | 18 | 34 | 26 | 3E |
| Octal | 303 | 271 | 170 | 0 | 5 | 46 | 30 | 64 | 46 | 76 |
| Binary | 11000011 | 10111001 | 1111000 | 0 | 101 | 100110 | 11000 | 110100 | 100110 | 111110 |
Color Harmonies of #C3B978
Complementary color
Monochromatic Colors of #C3B978
Black with #C3B978
Text Example
Text Example
White with #C3B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B978; }
p { color: rgb(195,185,120); }
H1.HeaderClassName
{
color: #C3B978;
}
.AnyTagClassName
{
color: #C3B978;
}
</style>
background-color css
<style>
a { background-color: #C3B978; }
a { background-color: rgb(195,185,120); }
div.DivClassName
{
background-color: #C3B978;
}
.BgClassName
{
background-color: #C3B978;
}
</style>
border-color css
<style>
span { border-color: #C3B978; }
span { border-color: rgb(195,185,120); }
td.TdClassName
{
border-color: #C3B978;
}
.TagClassName
{
border-color: #C3B978;
}
</style>