Shades of Yuma #C4BD83
Tints of Yuma #C4BD83
RGB
CMYK
RGB Variations
Color information
#C4BD83 (or 0xC4BD83) is known color: Yuma. HEX triplet: C4, BD and 83. RGB value is (196,189,131). Sum of RGB (Red+Green+Blue) = 196+189+131=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BD83 is #3B427C. Grayscale: #B8B8B8. Windows color (decimal): -3883645 or 8633796. OLE color: 8633796.
HSL color Cylindrical-coordinate representation of color #C4BD83: hue angle of 53.54º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4BD83 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 131 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.23 |
| HSL | 53.54º | 0.36% | 0.64% | - |
| HSV(B) | 53.54º | 0.33% | 0.77% | - |
| XYZ | 45.06 | 49.77 | 28.7 | - |
| YUV | 184.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 131 | 0 | 0.04 | 0.33 | 0.23 | 53.54 | 0.36 | 0.64 |
| Hex | C4 | BD | 83 | 0 | 4 | 21 | 17 | 36 | 24 | 40 |
| Octal | 304 | 275 | 203 | 0 | 4 | 41 | 27 | 66 | 44 | 100 |
| Binary | 11000100 | 10111101 | 10000011 | 0 | 100 | 100001 | 10111 | 110110 | 100100 | 1000000 |
Color Harmonies of #C4BD83
Complementary color
Monochromatic Colors of #C4BD83
Black with #C4BD83
Text Example
Text Example
White with #C4BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD83; }
p { color: rgb(196,189,131); }
H1.HeaderClassName
{
color: #C4BD83;
}
.AnyTagClassName
{
color: #C4BD83;
}
</style>
background-color css
<style>
a { background-color: #C4BD83; }
a { background-color: rgb(196,189,131); }
div.DivClassName
{
background-color: #C4BD83;
}
.BgClassName
{
background-color: #C4BD83;
}
</style>
border-color css
<style>
span { border-color: #C4BD83; }
span { border-color: rgb(196,189,131); }
td.TdClassName
{
border-color: #C4BD83;
}
.TagClassName
{
border-color: #C4BD83;
}
</style>