Shades of Yuma #C3BC7D
Tints of Yuma #C3BC7D
RGB
CMYK
RGB Variations
Color information
#C3BC7D (or 0xC3BC7D) is known color: Yuma. HEX triplet: C3, BC and 7D. RGB value is (195,188,125). Sum of RGB (Red+Green+Blue) = 195+188+125=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC7D is #3C4382. Grayscale: #B7B7B7. Windows color (decimal): -3949443 or 8240323. OLE color: 8240323.
HSL color Cylindrical-coordinate representation of color #C3BC7D: hue angle of 54º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3BC7D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 125 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.24 |
| HSL | 54º | 0.37% | 0.63% | - |
| HSV(B) | 54º | 0.36% | 0.76% | - |
| XYZ | 44.19 | 49.05 | 26.54 | - |
| YUV | 182.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 125 | 0 | 0.04 | 0.36 | 0.24 | 54 | 0.37 | 0.63 |
| Hex | C3 | BC | 7D | 0 | 4 | 24 | 18 | 36 | 25 | 3F |
| Octal | 303 | 274 | 175 | 0 | 4 | 44 | 30 | 66 | 45 | 77 |
| Binary | 11000011 | 10111100 | 1111101 | 0 | 100 | 100100 | 11000 | 110110 | 100101 | 111111 |
Color Harmonies of #C3BC7D
Complementary color
Monochromatic Colors of #C3BC7D
Black with #C3BC7D
Text Example
Text Example
White with #C3BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC7D; }
p { color: rgb(195,188,125); }
H1.HeaderClassName
{
color: #C3BC7D;
}
.AnyTagClassName
{
color: #C3BC7D;
}
</style>
background-color css
<style>
a { background-color: #C3BC7D; }
a { background-color: rgb(195,188,125); }
div.DivClassName
{
background-color: #C3BC7D;
}
.BgClassName
{
background-color: #C3BC7D;
}
</style>
border-color css
<style>
span { border-color: #C3BC7D; }
span { border-color: rgb(195,188,125); }
td.TdClassName
{
border-color: #C3BC7D;
}
.TagClassName
{
border-color: #C3BC7D;
}
</style>