Shades of Yuma #CEB97D
Tints of Yuma #CEB97D
RGB
CMYK
RGB Variations
Color information
#CEB97D (or 0xCEB97D) is known color: Yuma. HEX triplet: CE, B9 and 7D. RGB value is (206,185,125). Sum of RGB (Red+Green+Blue) = 206+185+125=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB97D is #314682. Grayscale: #B8B8B8. Windows color (decimal): -3229315 or 8239566. OLE color: 8239566.
HSL color Cylindrical-coordinate representation of color #CEB97D: hue angle of 44.44º degrees, saturation: 0.45, 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 #CEB97D is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 125 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.19 |
| HSL | 44.44º | 0.45% | 0.65% | - |
| HSV(B) | 44.44º | 0.39% | 0.81% | - |
| XYZ | 46.5 | 49.3 | 26.47 | - |
| YUV | 184.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 125 | 0 | 0.10 | 0.39 | 0.19 | 44.44 | 0.45 | 0.65 |
| Hex | CE | B9 | 7D | 0 | A | 27 | 13 | 2C | 2D | 41 |
| Octal | 316 | 271 | 175 | 0 | 12 | 47 | 23 | 54 | 55 | 101 |
| Binary | 11001110 | 10111001 | 1111101 | 0 | 1010 | 100111 | 10011 | 101100 | 101101 | 1000001 |
Color Harmonies of #CEB97D
Complementary color
Monochromatic Colors of #CEB97D
Black with #CEB97D
Text Example
Text Example
White with #CEB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB97D; }
p { color: rgb(206,185,125); }
H1.HeaderClassName
{
color: #CEB97D;
}
.AnyTagClassName
{
color: #CEB97D;
}
</style>
background-color css
<style>
a { background-color: #CEB97D; }
a { background-color: rgb(206,185,125); }
div.DivClassName
{
background-color: #CEB97D;
}
.BgClassName
{
background-color: #CEB97D;
}
</style>
border-color css
<style>
span { border-color: #CEB97D; }
span { border-color: rgb(206,185,125); }
td.TdClassName
{
border-color: #CEB97D;
}
.TagClassName
{
border-color: #CEB97D;
}
</style>