Shades of Yuma #C8B779
Tints of Yuma #C8B779
RGB
CMYK
RGB Variations
Color information
#C8B779 (or 0xC8B779) is known color: Yuma. HEX triplet: C8, B7 and 79. RGB value is (200,183,121). Sum of RGB (Red+Green+Blue) = 200+183+121=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B779 is #374886. Grayscale: #B5B5B5. Windows color (decimal): -3623047 or 7976904. OLE color: 7976904.
HSL color Cylindrical-coordinate representation of color #C8B779: hue angle of 47.09º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8B779 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 121 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.22 |
| HSL | 47.09º | 0.42% | 0.63% | - |
| HSV(B) | 47.09º | 0.4% | 0.78% | - |
| XYZ | 44.2 | 47.53 | 24.93 | - |
| YUV | 181.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 121 | 0 | 0.08 | 0.39 | 0.22 | 47.09 | 0.42 | 0.63 |
| Hex | C8 | B7 | 79 | 0 | 8 | 27 | 16 | 2F | 2A | 3F |
| Octal | 310 | 267 | 171 | 0 | 10 | 47 | 26 | 57 | 52 | 77 |
| Binary | 11001000 | 10110111 | 1111001 | 0 | 1000 | 100111 | 10110 | 101111 | 101010 | 111111 |
Color Harmonies of #C8B779
Complementary color
Monochromatic Colors of #C8B779
Black with #C8B779
Text Example
Text Example
White with #C8B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B779; }
p { color: rgb(200,183,121); }
H1.HeaderClassName
{
color: #C8B779;
}
.AnyTagClassName
{
color: #C8B779;
}
</style>
background-color css
<style>
a { background-color: #C8B779; }
a { background-color: rgb(200,183,121); }
div.DivClassName
{
background-color: #C8B779;
}
.BgClassName
{
background-color: #C8B779;
}
</style>
border-color css
<style>
span { border-color: #C8B779; }
span { border-color: rgb(200,183,121); }
td.TdClassName
{
border-color: #C8B779;
}
.TagClassName
{
border-color: #C8B779;
}
</style>