Shades of Yuma #CEB57D
Tints of Yuma #CEB57D
RGB
CMYK
RGB Variations
Color information
#CEB57D (or 0xCEB57D) is known color: Yuma. HEX triplet: CE, B5 and 7D. RGB value is (206,181,125). Sum of RGB (Red+Green+Blue) = 206+181+125=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB57D is #314A82. Grayscale: #B6B6B6. Windows color (decimal): -3230339 or 8238542. OLE color: 8238542.
HSL color Cylindrical-coordinate representation of color #CEB57D: hue angle of 41.48º 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 #CEB57D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 125 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.19 |
| HSL | 41.48º | 0.45% | 0.65% | - |
| HSV(B) | 41.48º | 0.39% | 0.81% | - |
| XYZ | 45.68 | 47.65 | 26.19 | - |
| YUV | 182.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 125 | 0 | 0.12 | 0.39 | 0.19 | 41.48 | 0.45 | 0.65 |
| Hex | CE | B5 | 7D | 0 | C | 27 | 13 | 29 | 2D | 41 |
| Octal | 316 | 265 | 175 | 0 | 14 | 47 | 23 | 51 | 55 | 101 |
| Binary | 11001110 | 10110101 | 1111101 | 0 | 1100 | 100111 | 10011 | 101001 | 101101 | 1000001 |
Color Harmonies of #CEB57D
Complementary color
Monochromatic Colors of #CEB57D
Black with #CEB57D
Text Example
Text Example
White with #CEB57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB57D; }
p { color: rgb(206,181,125); }
H1.HeaderClassName
{
color: #CEB57D;
}
.AnyTagClassName
{
color: #CEB57D;
}
</style>
background-color css
<style>
a { background-color: #CEB57D; }
a { background-color: rgb(206,181,125); }
div.DivClassName
{
background-color: #CEB57D;
}
.BgClassName
{
background-color: #CEB57D;
}
</style>
border-color css
<style>
span { border-color: #CEB57D; }
span { border-color: rgb(206,181,125); }
td.TdClassName
{
border-color: #CEB57D;
}
.TagClassName
{
border-color: #CEB57D;
}
</style>