Shades of Yuma #C6BF7D
Tints of Yuma #C6BF7D
RGB
CMYK
RGB Variations
Color information
#C6BF7D (or 0xC6BF7D) is known color: Yuma. HEX triplet: C6, BF and 7D. RGB value is (198,191,125). Sum of RGB (Red+Green+Blue) = 198+191+125=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF7D is #394082. Grayscale: #B9B9B9. Windows color (decimal): -3752067 or 8241094. OLE color: 8241094.
HSL color Cylindrical-coordinate representation of color #C6BF7D: hue angle of 54.25º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6BF7D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 125 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.22 |
| HSL | 54.25º | 0.39% | 0.63% | - |
| HSV(B) | 54.25º | 0.37% | 0.78% | - |
| XYZ | 45.62 | 50.75 | 26.79 | - |
| YUV | 185.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 125 | 0 | 0.04 | 0.37 | 0.22 | 54.25 | 0.39 | 0.63 |
| Hex | C6 | BF | 7D | 0 | 4 | 25 | 16 | 36 | 27 | 3F |
| Octal | 306 | 277 | 175 | 0 | 4 | 45 | 26 | 66 | 47 | 77 |
| Binary | 11000110 | 10111111 | 1111101 | 0 | 100 | 100101 | 10110 | 110110 | 100111 | 111111 |
Color Harmonies of #C6BF7D
Complementary color
Monochromatic Colors of #C6BF7D
Black with #C6BF7D
Text Example
Text Example
White with #C6BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF7D; }
p { color: rgb(198,191,125); }
H1.HeaderClassName
{
color: #C6BF7D;
}
.AnyTagClassName
{
color: #C6BF7D;
}
</style>
background-color css
<style>
a { background-color: #C6BF7D; }
a { background-color: rgb(198,191,125); }
div.DivClassName
{
background-color: #C6BF7D;
}
.BgClassName
{
background-color: #C6BF7D;
}
</style>
border-color css
<style>
span { border-color: #C6BF7D; }
span { border-color: rgb(198,191,125); }
td.TdClassName
{
border-color: #C6BF7D;
}
.TagClassName
{
border-color: #C6BF7D;
}
</style>