Shades of Yuma #CFB57E
Tints of Yuma #CFB57E
RGB
CMYK
RGB Variations
Color information
#CFB57E (or 0xCFB57E) is known color: Yuma. HEX triplet: CF, B5 and 7E. RGB value is (207,181,126). Sum of RGB (Red+Green+Blue) = 207+181+126=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB57E is #304A81. Grayscale: #B6B6B6. Windows color (decimal): -3164802 or 8304079. OLE color: 8304079.
HSL color Cylindrical-coordinate representation of color #CFB57E: hue angle of 40.74º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB57E is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 126 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.19 |
| HSL | 40.74º | 0.46% | 0.65% | - |
| HSV(B) | 40.74º | 0.39% | 0.81% | - |
| XYZ | 46.02 | 47.82 | 26.54 | - |
| YUV | 182.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 126 | 0 | 0.13 | 0.39 | 0.19 | 40.74 | 0.46 | 0.65 |
| Hex | CF | B5 | 7E | 0 | D | 27 | 13 | 29 | 2E | 41 |
| Octal | 317 | 265 | 176 | 0 | 15 | 47 | 23 | 51 | 56 | 101 |
| Binary | 11001111 | 10110101 | 1111110 | 0 | 1101 | 100111 | 10011 | 101001 | 101110 | 1000001 |
Color Harmonies of #CFB57E
Complementary color
Monochromatic Colors of #CFB57E
Black with #CFB57E
Text Example
Text Example
White with #CFB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB57E; }
p { color: rgb(207,181,126); }
H1.HeaderClassName
{
color: #CFB57E;
}
.AnyTagClassName
{
color: #CFB57E;
}
</style>
background-color css
<style>
a { background-color: #CFB57E; }
a { background-color: rgb(207,181,126); }
div.DivClassName
{
background-color: #CFB57E;
}
.BgClassName
{
background-color: #CFB57E;
}
</style>
border-color css
<style>
span { border-color: #CFB57E; }
span { border-color: rgb(207,181,126); }
td.TdClassName
{
border-color: #CFB57E;
}
.TagClassName
{
border-color: #CFB57E;
}
</style>