Shades of Yuma #C8BC74
Tints of Yuma #C8BC74
RGB
CMYK
RGB Variations
Color information
#C8BC74 (or 0xC8BC74) is known color: Yuma. HEX triplet: C8, BC and 74. RGB value is (200,188,116). Sum of RGB (Red+Green+Blue) = 200+188+116=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC74 is #37438B. Grayscale: #B7B7B7. Windows color (decimal): -3621772 or 7650504. OLE color: 7650504.
HSL color Cylindrical-coordinate representation of color #C8BC74: hue angle of 51.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8BC74 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 116 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.22 |
| HSL | 51.43º | 0.43% | 0.62% | - |
| HSV(B) | 51.43º | 0.42% | 0.78% | - |
| XYZ | 44.96 | 49.51 | 23.71 | - |
| YUV | 183.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 116 | 0 | 0.06 | 0.42 | 0.22 | 51.43 | 0.43 | 0.62 |
| Hex | C8 | BC | 74 | 0 | 6 | 2A | 16 | 33 | 2B | 3E |
| Octal | 310 | 274 | 164 | 0 | 6 | 52 | 26 | 63 | 53 | 76 |
| Binary | 11001000 | 10111100 | 1110100 | 0 | 110 | 101010 | 10110 | 110011 | 101011 | 111110 |
Color Harmonies of #C8BC74
Complementary color
Monochromatic Colors of #C8BC74
Black with #C8BC74
Text Example
Text Example
White with #C8BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC74; }
p { color: rgb(200,188,116); }
H1.HeaderClassName
{
color: #C8BC74;
}
.AnyTagClassName
{
color: #C8BC74;
}
</style>
background-color css
<style>
a { background-color: #C8BC74; }
a { background-color: rgb(200,188,116); }
div.DivClassName
{
background-color: #C8BC74;
}
.BgClassName
{
background-color: #C8BC74;
}
</style>
border-color css
<style>
span { border-color: #C8BC74; }
span { border-color: rgb(200,188,116); }
td.TdClassName
{
border-color: #C8BC74;
}
.TagClassName
{
border-color: #C8BC74;
}
</style>