Shades of Yuma #C7B88A
Tints of Yuma #C7B88A
RGB
CMYK
RGB Variations
Color information
#C7B88A (or 0xC7B88A) is known color: Yuma. HEX triplet: C7, B8 and 8A. RGB value is (199,184,138). Sum of RGB (Red+Green+Blue) = 199+184+138=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B88A is #384775. Grayscale: #B7B7B7. Windows color (decimal): -3688310 or 9091271. OLE color: 9091271.
HSL color Cylindrical-coordinate representation of color #C7B88A: hue angle of 45.25º 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 #C7B88A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 138 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.22 |
| HSL | 45.25º | 0.35% | 0.66% | - |
| HSV(B) | 45.25º | 0.31% | 0.78% | - |
| XYZ | 45.28 | 48.26 | 30.97 | - |
| YUV | 183.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 138 | 0 | 0.08 | 0.31 | 0.22 | 45.25 | 0.35 | 0.66 |
| Hex | C7 | B8 | 8A | 0 | 8 | 1F | 16 | 2D | 23 | 42 |
| Octal | 307 | 270 | 212 | 0 | 10 | 37 | 26 | 55 | 43 | 102 |
| Binary | 11000111 | 10111000 | 10001010 | 0 | 1000 | 11111 | 10110 | 101101 | 100011 | 1000010 |
Color Harmonies of #C7B88A
Complementary color
Monochromatic Colors of #C7B88A
Black with #C7B88A
Text Example
Text Example
White with #C7B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B88A; }
p { color: rgb(199,184,138); }
H1.HeaderClassName
{
color: #C7B88A;
}
.AnyTagClassName
{
color: #C7B88A;
}
</style>
background-color css
<style>
a { background-color: #C7B88A; }
a { background-color: rgb(199,184,138); }
div.DivClassName
{
background-color: #C7B88A;
}
.BgClassName
{
background-color: #C7B88A;
}
</style>
border-color css
<style>
span { border-color: #C7B88A; }
span { border-color: rgb(199,184,138); }
td.TdClassName
{
border-color: #C7B88A;
}
.TagClassName
{
border-color: #C7B88A;
}
</style>