Shades of Yuma #CFB87C
Tints of Yuma #CFB87C
RGB
CMYK
RGB Variations
Color information
#CFB87C (or 0xCFB87C) is known color: Yuma. HEX triplet: CF, B8 and 7C. RGB value is (207,184,124). Sum of RGB (Red+Green+Blue) = 207+184+124=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB87C is #304783. Grayscale: #B8B8B8. Windows color (decimal): -3164036 or 8173775. OLE color: 8173775.
HSL color Cylindrical-coordinate representation of color #CFB87C: hue angle of 43.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB87C is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 124 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 43.37º | 0.46% | 0.65% | - |
| HSV(B) | 43.37º | 0.4% | 0.81% | - |
| XYZ | 46.51 | 49 | 26.08 | - |
| YUV | 184.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 124 | 0 | 0.11 | 0.40 | 0.19 | 43.37 | 0.46 | 0.65 |
| Hex | CF | B8 | 7C | 0 | B | 28 | 13 | 2B | 2E | 41 |
| Octal | 317 | 270 | 174 | 0 | 13 | 50 | 23 | 53 | 56 | 101 |
| Binary | 11001111 | 10111000 | 1111100 | 0 | 1011 | 101000 | 10011 | 101011 | 101110 | 1000001 |
Color Harmonies of #CFB87C
Complementary color
Monochromatic Colors of #CFB87C
Black with #CFB87C
Text Example
Text Example
White with #CFB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB87C; }
p { color: rgb(207,184,124); }
H1.HeaderClassName
{
color: #CFB87C;
}
.AnyTagClassName
{
color: #CFB87C;
}
</style>
background-color css
<style>
a { background-color: #CFB87C; }
a { background-color: rgb(207,184,124); }
div.DivClassName
{
background-color: #CFB87C;
}
.BgClassName
{
background-color: #CFB87C;
}
</style>
border-color css
<style>
span { border-color: #CFB87C; }
span { border-color: rgb(207,184,124); }
td.TdClassName
{
border-color: #CFB87C;
}
.TagClassName
{
border-color: #CFB87C;
}
</style>