Shades of Yuma #C7BD8A
Tints of Yuma #C7BD8A
RGB
CMYK
RGB Variations
Color information
#C7BD8A (or 0xC7BD8A) is known color: Yuma. HEX triplet: C7, BD and 8A. RGB value is (199,189,138). Sum of RGB (Red+Green+Blue) = 199+189+138=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BD8A is #384275. Grayscale: #BABABA. Windows color (decimal): -3687030 or 9092551. OLE color: 9092551.
HSL color Cylindrical-coordinate representation of color #C7BD8A: hue angle of 50.16º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7BD8A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 138 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.22 |
| HSL | 50.16º | 0.35% | 0.66% | - |
| HSV(B) | 50.16º | 0.31% | 0.78% | - |
| XYZ | 46.34 | 50.37 | 31.33 | - |
| YUV | 186.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 138 | 0 | 0.05 | 0.31 | 0.22 | 50.16 | 0.35 | 0.66 |
| Hex | C7 | BD | 8A | 0 | 5 | 1F | 16 | 32 | 23 | 42 |
| Octal | 307 | 275 | 212 | 0 | 5 | 37 | 26 | 62 | 43 | 102 |
| Binary | 11000111 | 10111101 | 10001010 | 0 | 101 | 11111 | 10110 | 110010 | 100011 | 1000010 |
Color Harmonies of #C7BD8A
Complementary color
Monochromatic Colors of #C7BD8A
Black with #C7BD8A
Text Example
Text Example
White with #C7BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD8A; }
p { color: rgb(199,189,138); }
H1.HeaderClassName
{
color: #C7BD8A;
}
.AnyTagClassName
{
color: #C7BD8A;
}
</style>
background-color css
<style>
a { background-color: #C7BD8A; }
a { background-color: rgb(199,189,138); }
div.DivClassName
{
background-color: #C7BD8A;
}
.BgClassName
{
background-color: #C7BD8A;
}
</style>
border-color css
<style>
span { border-color: #C7BD8A; }
span { border-color: rgb(199,189,138); }
td.TdClassName
{
border-color: #C7BD8A;
}
.TagClassName
{
border-color: #C7BD8A;
}
</style>