Shades of Yuma #CFB87A
Tints of Yuma #CFB87A
RGB
CMYK
RGB Variations
Color information
#CFB87A (or 0xCFB87A) is known color: Yuma. HEX triplet: CF, B8 and 7A. RGB value is (207,184,122). Sum of RGB (Red+Green+Blue) = 207+184+122=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB87A is #304785. Grayscale: #B8B8B8. Windows color (decimal): -3164038 or 8042703. OLE color: 8042703.
HSL color Cylindrical-coordinate representation of color #CFB87A: hue angle of 43.76º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB87A is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 122 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.19 |
| HSL | 43.76º | 0.47% | 0.65% | - |
| HSV(B) | 43.76º | 0.41% | 0.81% | - |
| XYZ | 46.39 | 48.95 | 25.42 | - |
| YUV | 183.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 122 | 0 | 0.11 | 0.41 | 0.19 | 43.76 | 0.47 | 0.65 |
| Hex | CF | B8 | 7A | 0 | B | 29 | 13 | 2C | 2F | 41 |
| Octal | 317 | 270 | 172 | 0 | 13 | 51 | 23 | 54 | 57 | 101 |
| Binary | 11001111 | 10111000 | 1111010 | 0 | 1011 | 101001 | 10011 | 101100 | 101111 | 1000001 |
Color Harmonies of #CFB87A
Complementary color
Monochromatic Colors of #CFB87A
Black with #CFB87A
Text Example
Text Example
White with #CFB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB87A; }
p { color: rgb(207,184,122); }
H1.HeaderClassName
{
color: #CFB87A;
}
.AnyTagClassName
{
color: #CFB87A;
}
</style>
background-color css
<style>
a { background-color: #CFB87A; }
a { background-color: rgb(207,184,122); }
div.DivClassName
{
background-color: #CFB87A;
}
.BgClassName
{
background-color: #CFB87A;
}
</style>
border-color css
<style>
span { border-color: #CFB87A; }
span { border-color: rgb(207,184,122); }
td.TdClassName
{
border-color: #CFB87A;
}
.TagClassName
{
border-color: #CFB87A;
}
</style>