Shades of Yuma #CEB57F
Tints of Yuma #CEB57F
RGB
CMYK
RGB Variations
Color information
#CEB57F (or 0xCEB57F) is known color: Yuma. HEX triplet: CE, B5 and 7F. RGB value is (206,181,127). Sum of RGB (Red+Green+Blue) = 206+181+127=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB57F is #314A80. Grayscale: #B6B6B6. Windows color (decimal): -3230337 or 8369614. OLE color: 8369614.
HSL color Cylindrical-coordinate representation of color #CEB57F: hue angle of 41.01º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEB57F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 127 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.19 |
| HSL | 41.01º | 0.45% | 0.65% | - |
| HSV(B) | 41.01º | 0.38% | 0.81% | - |
| XYZ | 45.81 | 47.7 | 26.87 | - |
| YUV | 182.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 127 | 0 | 0.12 | 0.38 | 0.19 | 41.01 | 0.45 | 0.65 |
| Hex | CE | B5 | 7F | 0 | C | 26 | 13 | 29 | 2D | 41 |
| Octal | 316 | 265 | 177 | 0 | 14 | 46 | 23 | 51 | 55 | 101 |
| Binary | 11001110 | 10110101 | 1111111 | 0 | 1100 | 100110 | 10011 | 101001 | 101101 | 1000001 |
Color Harmonies of #CEB57F
Complementary color
Monochromatic Colors of #CEB57F
Black with #CEB57F
Text Example
Text Example
White with #CEB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB57F; }
p { color: rgb(206,181,127); }
H1.HeaderClassName
{
color: #CEB57F;
}
.AnyTagClassName
{
color: #CEB57F;
}
</style>
background-color css
<style>
a { background-color: #CEB57F; }
a { background-color: rgb(206,181,127); }
div.DivClassName
{
background-color: #CEB57F;
}
.BgClassName
{
background-color: #CEB57F;
}
</style>
border-color css
<style>
span { border-color: #CEB57F; }
span { border-color: rgb(206,181,127); }
td.TdClassName
{
border-color: #CEB57F;
}
.TagClassName
{
border-color: #CEB57F;
}
</style>