Shades of Yuma #C4BC7A
Tints of Yuma #C4BC7A
RGB
CMYK
RGB Variations
Color information
#C4BC7A (or 0xC4BC7A) is known color: Yuma. HEX triplet: C4, BC and 7A. RGB value is (196,188,122). Sum of RGB (Red+Green+Blue) = 196+188+122=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC7A is #3B4385. Grayscale: #B7B7B7. Windows color (decimal): -3883910 or 8043716. OLE color: 8043716.
HSL color Cylindrical-coordinate representation of color #C4BC7A: hue angle of 53.51º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4BC7A is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 122 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.23 |
| HSL | 53.51º | 0.39% | 0.62% | - |
| HSV(B) | 53.51º | 0.38% | 0.77% | - |
| XYZ | 44.26 | 49.11 | 25.56 | - |
| YUV | 182.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 122 | 0 | 0.04 | 0.38 | 0.23 | 53.51 | 0.39 | 0.62 |
| Hex | C4 | BC | 7A | 0 | 4 | 26 | 17 | 36 | 27 | 3E |
| Octal | 304 | 274 | 172 | 0 | 4 | 46 | 27 | 66 | 47 | 76 |
| Binary | 11000100 | 10111100 | 1111010 | 0 | 100 | 100110 | 10111 | 110110 | 100111 | 111110 |
Color Harmonies of #C4BC7A
Complementary color
Monochromatic Colors of #C4BC7A
Black with #C4BC7A
Text Example
Text Example
White with #C4BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC7A; }
p { color: rgb(196,188,122); }
H1.HeaderClassName
{
color: #C4BC7A;
}
.AnyTagClassName
{
color: #C4BC7A;
}
</style>
background-color css
<style>
a { background-color: #C4BC7A; }
a { background-color: rgb(196,188,122); }
div.DivClassName
{
background-color: #C4BC7A;
}
.BgClassName
{
background-color: #C4BC7A;
}
</style>
border-color css
<style>
span { border-color: #C4BC7A; }
span { border-color: rgb(196,188,122); }
td.TdClassName
{
border-color: #C4BC7A;
}
.TagClassName
{
border-color: #C4BC7A;
}
</style>