Shades of Yuma #CCBB8E
Tints of Yuma #CCBB8E
RGB
CMYK
RGB Variations
Color information
#CCBB8E (or 0xCCBB8E) is known color: Yuma. HEX triplet: CC, BB and 8E. RGB value is (204,187,142). Sum of RGB (Red+Green+Blue) = 204+187+142=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB8E is #334471. Grayscale: #BBBBBB. Windows color (decimal): -3359858 or 9354188. OLE color: 9354188.
HSL color Cylindrical-coordinate representation of color #CCBB8E: hue angle of 43.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBB8E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 142 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.2 |
| HSL | 43.55º | 0.38% | 0.68% | - |
| HSV(B) | 43.55º | 0.3% | 0.8% | - |
| XYZ | 47.55 | 50.33 | 32.8 | - |
| YUV | 186.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 142 | 0 | 0.08 | 0.30 | 0.2 | 43.55 | 0.38 | 0.68 |
| Hex | CC | BB | 8E | 0 | 8 | 1E | 14 | 2C | 26 | 44 |
| Octal | 314 | 273 | 216 | 0 | 10 | 36 | 24 | 54 | 46 | 104 |
| Binary | 11001100 | 10111011 | 10001110 | 0 | 1000 | 11110 | 10100 | 101100 | 100110 | 1000100 |
Color Harmonies of #CCBB8E
Complementary color
Monochromatic Colors of #CCBB8E
Black with #CCBB8E
Text Example
Text Example
White with #CCBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB8E; }
p { color: rgb(204,187,142); }
H1.HeaderClassName
{
color: #CCBB8E;
}
.AnyTagClassName
{
color: #CCBB8E;
}
</style>
background-color css
<style>
a { background-color: #CCBB8E; }
a { background-color: rgb(204,187,142); }
div.DivClassName
{
background-color: #CCBB8E;
}
.BgClassName
{
background-color: #CCBB8E;
}
</style>
border-color css
<style>
span { border-color: #CCBB8E; }
span { border-color: rgb(204,187,142); }
td.TdClassName
{
border-color: #CCBB8E;
}
.TagClassName
{
border-color: #CCBB8E;
}
</style>