Shades of Yuma #C7B68C
Tints of Yuma #C7B68C
RGB
CMYK
RGB Variations
Color information
#C7B68C (or 0xC7B68C) is known color: Yuma. HEX triplet: C7, B6 and 8C. RGB value is (199,182,140). Sum of RGB (Red+Green+Blue) = 199+182+140=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B68C is #384973. Grayscale: #B6B6B6. Windows color (decimal): -3688820 or 9221831. OLE color: 9221831.
HSL color Cylindrical-coordinate representation of color #C7B68C: hue angle of 42.71º 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 #C7B68C is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 140 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.22 |
| HSL | 42.71º | 0.35% | 0.66% | - |
| HSV(B) | 42.71º | 0.3% | 0.78% | - |
| XYZ | 45.01 | 47.49 | 31.61 | - |
| YUV | 182.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 140 | 0 | 0.09 | 0.30 | 0.22 | 42.71 | 0.35 | 0.66 |
| Hex | C7 | B6 | 8C | 0 | 9 | 1E | 16 | 2B | 23 | 42 |
| Octal | 307 | 266 | 214 | 0 | 11 | 36 | 26 | 53 | 43 | 102 |
| Binary | 11000111 | 10110110 | 10001100 | 0 | 1001 | 11110 | 10110 | 101011 | 100011 | 1000010 |
Color Harmonies of #C7B68C
Complementary color
Monochromatic Colors of #C7B68C
Black with #C7B68C
Text Example
Text Example
White with #C7B68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B68C; }
p { color: rgb(199,182,140); }
H1.HeaderClassName
{
color: #C7B68C;
}
.AnyTagClassName
{
color: #C7B68C;
}
</style>
background-color css
<style>
a { background-color: #C7B68C; }
a { background-color: rgb(199,182,140); }
div.DivClassName
{
background-color: #C7B68C;
}
.BgClassName
{
background-color: #C7B68C;
}
</style>
border-color css
<style>
span { border-color: #C7B68C; }
span { border-color: rgb(199,182,140); }
td.TdClassName
{
border-color: #C7B68C;
}
.TagClassName
{
border-color: #C7B68C;
}
</style>