Shades of Yuma #C7BB8C
Tints of Yuma #C7BB8C
RGB
CMYK
RGB Variations
Color information
#C7BB8C (or 0xC7BB8C) is known color: Yuma. HEX triplet: C7, BB and 8C. RGB value is (199,187,140). Sum of RGB (Red+Green+Blue) = 199+187+140=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BB8C is #384473. Grayscale: #B9B9B9. Windows color (decimal): -3687540 or 9223111. OLE color: 9223111.
HSL color Cylindrical-coordinate representation of color #C7BB8C: hue angle of 47.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7BB8C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 140 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.22 |
| HSL | 47.8º | 0.35% | 0.66% | - |
| HSV(B) | 47.8º | 0.3% | 0.78% | - |
| XYZ | 46.06 | 49.58 | 31.95 | - |
| YUV | 185.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 140 | 0 | 0.06 | 0.30 | 0.22 | 47.8 | 0.35 | 0.66 |
| Hex | C7 | BB | 8C | 0 | 6 | 1E | 16 | 30 | 23 | 42 |
| Octal | 307 | 273 | 214 | 0 | 6 | 36 | 26 | 60 | 43 | 102 |
| Binary | 11000111 | 10111011 | 10001100 | 0 | 110 | 11110 | 10110 | 110000 | 100011 | 1000010 |
Color Harmonies of #C7BB8C
Complementary color
Monochromatic Colors of #C7BB8C
Black with #C7BB8C
Text Example
Text Example
White with #C7BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB8C; }
p { color: rgb(199,187,140); }
H1.HeaderClassName
{
color: #C7BB8C;
}
.AnyTagClassName
{
color: #C7BB8C;
}
</style>
background-color css
<style>
a { background-color: #C7BB8C; }
a { background-color: rgb(199,187,140); }
div.DivClassName
{
background-color: #C7BB8C;
}
.BgClassName
{
background-color: #C7BB8C;
}
</style>
border-color css
<style>
span { border-color: #C7BB8C; }
span { border-color: rgb(199,187,140); }
td.TdClassName
{
border-color: #C7BB8C;
}
.TagClassName
{
border-color: #C7BB8C;
}
</style>