Shades of Yuma #C4BF85
Tints of Yuma #C4BF85
RGB
CMYK
RGB Variations
Color information
#C4BF85 (or 0xC4BF85) is known color: Yuma. HEX triplet: C4, BF and 85. RGB value is (196,191,133). Sum of RGB (Red+Green+Blue) = 196+191+133=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF85 is #3B407A. Grayscale: #BABABA. Windows color (decimal): -3883131 or 8765380. OLE color: 8765380.
HSL color Cylindrical-coordinate representation of color #C4BF85: hue angle of 55.24º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4BF85 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 133 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.23 |
| HSL | 55.24º | 0.35% | 0.65% | - |
| HSV(B) | 55.24º | 0.32% | 0.77% | - |
| XYZ | 45.63 | 50.69 | 29.57 | - |
| YUV | 185.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 133 | 0 | 0.03 | 0.32 | 0.23 | 55.24 | 0.35 | 0.65 |
| Hex | C4 | BF | 85 | 0 | 3 | 20 | 17 | 37 | 23 | 41 |
| Octal | 304 | 277 | 205 | 0 | 3 | 40 | 27 | 67 | 43 | 101 |
| Binary | 11000100 | 10111111 | 10000101 | 0 | 11 | 100000 | 10111 | 110111 | 100011 | 1000001 |
Color Harmonies of #C4BF85
Complementary color
Monochromatic Colors of #C4BF85
Black with #C4BF85
Text Example
Text Example
White with #C4BF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF85; }
p { color: rgb(196,191,133); }
H1.HeaderClassName
{
color: #C4BF85;
}
.AnyTagClassName
{
color: #C4BF85;
}
</style>
background-color css
<style>
a { background-color: #C4BF85; }
a { background-color: rgb(196,191,133); }
div.DivClassName
{
background-color: #C4BF85;
}
.BgClassName
{
background-color: #C4BF85;
}
</style>
border-color css
<style>
span { border-color: #C4BF85; }
span { border-color: rgb(196,191,133); }
td.TdClassName
{
border-color: #C4BF85;
}
.TagClassName
{
border-color: #C4BF85;
}
</style>