Shades of Yuma #CFB87D
Tints of Yuma #CFB87D
RGB
CMYK
RGB Variations
Color information
#CFB87D (or 0xCFB87D) is known color: Yuma. HEX triplet: CF, B8 and 7D. RGB value is (207,184,125). Sum of RGB (Red+Green+Blue) = 207+184+125=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB87D is #304782. Grayscale: #B8B8B8. Windows color (decimal): -3164035 or 8239311. OLE color: 8239311.
HSL color Cylindrical-coordinate representation of color #CFB87D: hue angle of 43.17º 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 #CFB87D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 125 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.19 |
| HSL | 43.17º | 0.46% | 0.65% | - |
| HSV(B) | 43.17º | 0.4% | 0.81% | - |
| XYZ | 46.57 | 49.03 | 26.41 | - |
| YUV | 184.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 125 | 0 | 0.11 | 0.40 | 0.19 | 43.17 | 0.46 | 0.65 |
| Hex | CF | B8 | 7D | 0 | B | 28 | 13 | 2B | 2E | 41 |
| Octal | 317 | 270 | 175 | 0 | 13 | 50 | 23 | 53 | 56 | 101 |
| Binary | 11001111 | 10111000 | 1111101 | 0 | 1011 | 101000 | 10011 | 101011 | 101110 | 1000001 |
Color Harmonies of #CFB87D
Complementary color
Monochromatic Colors of #CFB87D
Black with #CFB87D
Text Example
Text Example
White with #CFB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB87D; }
p { color: rgb(207,184,125); }
H1.HeaderClassName
{
color: #CFB87D;
}
.AnyTagClassName
{
color: #CFB87D;
}
</style>
background-color css
<style>
a { background-color: #CFB87D; }
a { background-color: rgb(207,184,125); }
div.DivClassName
{
background-color: #CFB87D;
}
.BgClassName
{
background-color: #CFB87D;
}
</style>
border-color css
<style>
span { border-color: #CFB87D; }
span { border-color: rgb(207,184,125); }
td.TdClassName
{
border-color: #CFB87D;
}
.TagClassName
{
border-color: #CFB87D;
}
</style>