Shades of Yuma #CFB97D
Tints of Yuma #CFB97D
RGB
CMYK
RGB Variations
Color information
#CFB97D (or 0xCFB97D) is known color: Yuma. HEX triplet: CF, B9 and 7D. RGB value is (207,185,125). Sum of RGB (Red+Green+Blue) = 207+185+125=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB97D is #304682. Grayscale: #B9B9B9. Windows color (decimal): -3163779 or 8239567. OLE color: 8239567.
HSL color Cylindrical-coordinate representation of color #CFB97D: hue angle of 43.9º 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 #CFB97D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 43.9º | 0.46% | 0.65% | - |
| HSV(B) | 43.9º | 0.4% | 0.81% | - |
| XYZ | 46.78 | 49.44 | 26.48 | - |
| YUV | 184.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 125 | 0 | 0.11 | 0.40 | 0.19 | 43.9 | 0.46 | 0.65 |
| Hex | CF | B9 | 7D | 0 | B | 28 | 13 | 2C | 2E | 41 |
| Octal | 317 | 271 | 175 | 0 | 13 | 50 | 23 | 54 | 56 | 101 |
| Binary | 11001111 | 10111001 | 1111101 | 0 | 1011 | 101000 | 10011 | 101100 | 101110 | 1000001 |
Color Harmonies of #CFB97D
Complementary color
Monochromatic Colors of #CFB97D
Black with #CFB97D
Text Example
Text Example
White with #CFB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB97D; }
p { color: rgb(207,185,125); }
H1.HeaderClassName
{
color: #CFB97D;
}
.AnyTagClassName
{
color: #CFB97D;
}
</style>
background-color css
<style>
a { background-color: #CFB97D; }
a { background-color: rgb(207,185,125); }
div.DivClassName
{
background-color: #CFB97D;
}
.BgClassName
{
background-color: #CFB97D;
}
</style>
border-color css
<style>
span { border-color: #CFB97D; }
span { border-color: rgb(207,185,125); }
td.TdClassName
{
border-color: #CFB97D;
}
.TagClassName
{
border-color: #CFB97D;
}
</style>