Shades of Yuma #C3BC7A
Tints of Yuma #C3BC7A
RGB
CMYK
RGB Variations
Color information
#C3BC7A (or 0xC3BC7A) is known color: Yuma. HEX triplet: C3, BC and 7A. RGB value is (195,188,122). Sum of RGB (Red+Green+Blue) = 195+188+122=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC7A is #3C4385. Grayscale: #B6B6B6. Windows color (decimal): -3949446 or 8043715. OLE color: 8043715.
HSL color Cylindrical-coordinate representation of color #C3BC7A: hue angle of 54.25º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3BC7A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 122 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.24 |
| HSL | 54.25º | 0.38% | 0.62% | - |
| HSV(B) | 54.25º | 0.37% | 0.76% | - |
| XYZ | 44 | 48.97 | 25.55 | - |
| YUV | 182.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 122 | 0 | 0.04 | 0.37 | 0.24 | 54.25 | 0.38 | 0.62 |
| Hex | C3 | BC | 7A | 0 | 4 | 25 | 18 | 36 | 26 | 3E |
| Octal | 303 | 274 | 172 | 0 | 4 | 45 | 30 | 66 | 46 | 76 |
| Binary | 11000011 | 10111100 | 1111010 | 0 | 100 | 100101 | 11000 | 110110 | 100110 | 111110 |
Color Harmonies of #C3BC7A
Complementary color
Monochromatic Colors of #C3BC7A
Black with #C3BC7A
Text Example
Text Example
White with #C3BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC7A; }
p { color: rgb(195,188,122); }
H1.HeaderClassName
{
color: #C3BC7A;
}
.AnyTagClassName
{
color: #C3BC7A;
}
</style>
background-color css
<style>
a { background-color: #C3BC7A; }
a { background-color: rgb(195,188,122); }
div.DivClassName
{
background-color: #C3BC7A;
}
.BgClassName
{
background-color: #C3BC7A;
}
</style>
border-color css
<style>
span { border-color: #C3BC7A; }
span { border-color: rgb(195,188,122); }
td.TdClassName
{
border-color: #C3BC7A;
}
.TagClassName
{
border-color: #C3BC7A;
}
</style>