Shades of Yuma #CEBB8C
Tints of Yuma #CEBB8C
RGB
CMYK
RGB Variations
Color information
#CEBB8C (or 0xCEBB8C) is known color: Yuma. HEX triplet: CE, BB and 8C. RGB value is (206,187,140). Sum of RGB (Red+Green+Blue) = 206+187+140=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB8C is #314473. Grayscale: #BBBBBB. Windows color (decimal): -3228788 or 9223118. OLE color: 9223118.
HSL color Cylindrical-coordinate representation of color #CEBB8C: hue angle of 42.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEBB8C is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 140 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.19 |
| HSL | 42.73º | 0.4% | 0.68% | - |
| HSV(B) | 42.73º | 0.32% | 0.81% | - |
| XYZ | 47.96 | 50.56 | 32.04 | - |
| YUV | 187.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 140 | 0 | 0.09 | 0.32 | 0.19 | 42.73 | 0.4 | 0.68 |
| Hex | CE | BB | 8C | 0 | 9 | 20 | 13 | 2B | 28 | 44 |
| Octal | 316 | 273 | 214 | 0 | 11 | 40 | 23 | 53 | 50 | 104 |
| Binary | 11001110 | 10111011 | 10001100 | 0 | 1001 | 100000 | 10011 | 101011 | 101000 | 1000100 |
Color Harmonies of #CEBB8C
Complementary color
Monochromatic Colors of #CEBB8C
Black with #CEBB8C
Text Example
Text Example
White with #CEBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB8C; }
p { color: rgb(206,187,140); }
H1.HeaderClassName
{
color: #CEBB8C;
}
.AnyTagClassName
{
color: #CEBB8C;
}
</style>
background-color css
<style>
a { background-color: #CEBB8C; }
a { background-color: rgb(206,187,140); }
div.DivClassName
{
background-color: #CEBB8C;
}
.BgClassName
{
background-color: #CEBB8C;
}
</style>
border-color css
<style>
span { border-color: #CEBB8C; }
span { border-color: rgb(206,187,140); }
td.TdClassName
{
border-color: #CEBB8C;
}
.TagClassName
{
border-color: #CEBB8C;
}
</style>