Shades of Yuma #CFB878
Tints of Yuma #CFB878
RGB
CMYK
RGB Variations
Color information
#CFB878 (or 0xCFB878) is known color: Yuma. HEX triplet: CF, B8 and 78. RGB value is (207,184,120). Sum of RGB (Red+Green+Blue) = 207+184+120=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB878 is #304787. Grayscale: #B7B7B7. Windows color (decimal): -3164040 or 7911631. OLE color: 7911631.
HSL color Cylindrical-coordinate representation of color #CFB878: hue angle of 44.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFB878 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 120 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.19 |
| HSL | 44.14º | 0.48% | 0.64% | - |
| HSV(B) | 44.14º | 0.42% | 0.81% | - |
| XYZ | 46.26 | 48.9 | 24.77 | - |
| YUV | 183.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 120 | 0 | 0.11 | 0.42 | 0.19 | 44.14 | 0.48 | 0.64 |
| Hex | CF | B8 | 78 | 0 | B | 2A | 13 | 2C | 30 | 40 |
| Octal | 317 | 270 | 170 | 0 | 13 | 52 | 23 | 54 | 60 | 100 |
| Binary | 11001111 | 10111000 | 1111000 | 0 | 1011 | 101010 | 10011 | 101100 | 110000 | 1000000 |
Color Harmonies of #CFB878
Complementary color
Monochromatic Colors of #CFB878
Black with #CFB878
Text Example
Text Example
White with #CFB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB878; }
p { color: rgb(207,184,120); }
H1.HeaderClassName
{
color: #CFB878;
}
.AnyTagClassName
{
color: #CFB878;
}
</style>
background-color css
<style>
a { background-color: #CFB878; }
a { background-color: rgb(207,184,120); }
div.DivClassName
{
background-color: #CFB878;
}
.BgClassName
{
background-color: #CFB878;
}
</style>
border-color css
<style>
span { border-color: #CFB878; }
span { border-color: rgb(207,184,120); }
td.TdClassName
{
border-color: #CFB878;
}
.TagClassName
{
border-color: #CFB878;
}
</style>