Shades of Yuma #C7B87B
Tints of Yuma #C7B87B
RGB
CMYK
RGB Variations
Color information
#C7B87B (or 0xC7B87B) is known color: Yuma. HEX triplet: C7, B8 and 7B. RGB value is (199,184,123). Sum of RGB (Red+Green+Blue) = 199+184+123=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B87B is #384784. Grayscale: #B5B5B5. Windows color (decimal): -3688325 or 8108231. OLE color: 8108231.
HSL color Cylindrical-coordinate representation of color #C7B87B: hue angle of 48.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7B87B is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 123 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.22 |
| HSL | 48.16º | 0.4% | 0.63% | - |
| HSV(B) | 48.16º | 0.38% | 0.78% | - |
| XYZ | 44.27 | 47.85 | 25.64 | - |
| YUV | 181.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 123 | 0 | 0.08 | 0.38 | 0.22 | 48.16 | 0.4 | 0.63 |
| Hex | C7 | B8 | 7B | 0 | 8 | 26 | 16 | 30 | 28 | 3F |
| Octal | 307 | 270 | 173 | 0 | 10 | 46 | 26 | 60 | 50 | 77 |
| Binary | 11000111 | 10111000 | 1111011 | 0 | 1000 | 100110 | 10110 | 110000 | 101000 | 111111 |
Color Harmonies of #C7B87B
Complementary color
Monochromatic Colors of #C7B87B
Black with #C7B87B
Text Example
Text Example
White with #C7B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B87B; }
p { color: rgb(199,184,123); }
H1.HeaderClassName
{
color: #C7B87B;
}
.AnyTagClassName
{
color: #C7B87B;
}
</style>
background-color css
<style>
a { background-color: #C7B87B; }
a { background-color: rgb(199,184,123); }
div.DivClassName
{
background-color: #C7B87B;
}
.BgClassName
{
background-color: #C7B87B;
}
</style>
border-color css
<style>
span { border-color: #C7B87B; }
span { border-color: rgb(199,184,123); }
td.TdClassName
{
border-color: #C7B87B;
}
.TagClassName
{
border-color: #C7B87B;
}
</style>