Shades of Yuma #CEB47F
Tints of Yuma #CEB47F
RGB
CMYK
RGB Variations
Color information
#CEB47F (or 0xCEB47F) is known color: Yuma. HEX triplet: CE, B4 and 7F. RGB value is (206,180,127). Sum of RGB (Red+Green+Blue) = 206+180+127=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47F is #314B80. Grayscale: #B5B5B5. Windows color (decimal): -3230593 or 8369358. OLE color: 8369358.
HSL color Cylindrical-coordinate representation of color #CEB47F: hue angle of 40.25º 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 #CEB47F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 127 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.19 |
| HSL | 40.25º | 0.45% | 0.65% | - |
| HSV(B) | 40.25º | 0.38% | 0.81% | - |
| XYZ | 45.61 | 47.3 | 26.8 | - |
| YUV | 181.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 127 | 0 | 0.13 | 0.38 | 0.19 | 40.25 | 0.45 | 0.65 |
| Hex | CE | B4 | 7F | 0 | D | 26 | 13 | 28 | 2D | 41 |
| Octal | 316 | 264 | 177 | 0 | 15 | 46 | 23 | 50 | 55 | 101 |
| Binary | 11001110 | 10110100 | 1111111 | 0 | 1101 | 100110 | 10011 | 101000 | 101101 | 1000001 |
Color Harmonies of #CEB47F
Complementary color
Monochromatic Colors of #CEB47F
Black with #CEB47F
Text Example
Text Example
White with #CEB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB47F; }
p { color: rgb(206,180,127); }
H1.HeaderClassName
{
color: #CEB47F;
}
.AnyTagClassName
{
color: #CEB47F;
}
</style>
background-color css
<style>
a { background-color: #CEB47F; }
a { background-color: rgb(206,180,127); }
div.DivClassName
{
background-color: #CEB47F;
}
.BgClassName
{
background-color: #CEB47F;
}
</style>
border-color css
<style>
span { border-color: #CEB47F; }
span { border-color: rgb(206,180,127); }
td.TdClassName
{
border-color: #CEB47F;
}
.TagClassName
{
border-color: #CEB47F;
}
</style>