Shades of Yuma #CEB67F
Tints of Yuma #CEB67F
RGB
CMYK
RGB Variations
Color information
#CEB67F (or 0xCEB67F) is known color: Yuma. HEX triplet: CE, B6 and 7F. RGB value is (206,182,127). Sum of RGB (Red+Green+Blue) = 206+182+127=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB67F is #314980. Grayscale: #B7B7B7. Windows color (decimal): -3230081 or 8369870. OLE color: 8369870.
HSL color Cylindrical-coordinate representation of color #CEB67F: hue angle of 41.77º 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 #CEB67F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 127 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.19 |
| HSL | 41.77º | 0.45% | 0.65% | - |
| HSV(B) | 41.77º | 0.38% | 0.81% | - |
| XYZ | 46.01 | 48.11 | 26.94 | - |
| YUV | 182.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 127 | 0 | 0.12 | 0.38 | 0.19 | 41.77 | 0.45 | 0.65 |
| Hex | CE | B6 | 7F | 0 | C | 26 | 13 | 2A | 2D | 41 |
| Octal | 316 | 266 | 177 | 0 | 14 | 46 | 23 | 52 | 55 | 101 |
| Binary | 11001110 | 10110110 | 1111111 | 0 | 1100 | 100110 | 10011 | 101010 | 101101 | 1000001 |
Color Harmonies of #CEB67F
Complementary color
Monochromatic Colors of #CEB67F
Black with #CEB67F
Text Example
Text Example
White with #CEB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB67F; }
p { color: rgb(206,182,127); }
H1.HeaderClassName
{
color: #CEB67F;
}
.AnyTagClassName
{
color: #CEB67F;
}
</style>
background-color css
<style>
a { background-color: #CEB67F; }
a { background-color: rgb(206,182,127); }
div.DivClassName
{
background-color: #CEB67F;
}
.BgClassName
{
background-color: #CEB67F;
}
</style>
border-color css
<style>
span { border-color: #CEB67F; }
span { border-color: rgb(206,182,127); }
td.TdClassName
{
border-color: #CEB67F;
}
.TagClassName
{
border-color: #CEB67F;
}
</style>