Shades of Yuma #CFB67E
Tints of Yuma #CFB67E
RGB
CMYK
RGB Variations
Color information
#CFB67E (or 0xCFB67E) is known color: Yuma. HEX triplet: CF, B6 and 7E. RGB value is (207,182,126). Sum of RGB (Red+Green+Blue) = 207+182+126=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB67E is #304981. Grayscale: #B7B7B7. Windows color (decimal): -3164546 or 8304335. OLE color: 8304335.
HSL color Cylindrical-coordinate representation of color #CFB67E: hue angle of 41.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB67E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 126 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.19 |
| HSL | 41.48º | 0.46% | 0.65% | - |
| HSV(B) | 41.48º | 0.39% | 0.81% | - |
| XYZ | 46.23 | 48.23 | 26.61 | - |
| YUV | 183.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 126 | 0 | 0.12 | 0.39 | 0.19 | 41.48 | 0.46 | 0.65 |
| Hex | CF | B6 | 7E | 0 | C | 27 | 13 | 29 | 2E | 41 |
| Octal | 317 | 266 | 176 | 0 | 14 | 47 | 23 | 51 | 56 | 101 |
| Binary | 11001111 | 10110110 | 1111110 | 0 | 1100 | 100111 | 10011 | 101001 | 101110 | 1000001 |
Color Harmonies of #CFB67E
Complementary color
Monochromatic Colors of #CFB67E
Black with #CFB67E
Text Example
Text Example
White with #CFB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB67E; }
p { color: rgb(207,182,126); }
H1.HeaderClassName
{
color: #CFB67E;
}
.AnyTagClassName
{
color: #CFB67E;
}
</style>
background-color css
<style>
a { background-color: #CFB67E; }
a { background-color: rgb(207,182,126); }
div.DivClassName
{
background-color: #CFB67E;
}
.BgClassName
{
background-color: #CFB67E;
}
</style>
border-color css
<style>
span { border-color: #CFB67E; }
span { border-color: rgb(207,182,126); }
td.TdClassName
{
border-color: #CFB67E;
}
.TagClassName
{
border-color: #CFB67E;
}
</style>