Shades of Yuma #CCBA8E
Tints of Yuma #CCBA8E
RGB
CMYK
RGB Variations
Color information
#CCBA8E (or 0xCCBA8E) is known color: Yuma. HEX triplet: CC, BA and 8E. RGB value is (204,186,142). Sum of RGB (Red+Green+Blue) = 204+186+142=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8E is #334571. Grayscale: #BABABA. Windows color (decimal): -3360114 or 9353932. OLE color: 9353932.
HSL color Cylindrical-coordinate representation of color #CCBA8E: hue angle of 42.58º 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 #CCBA8E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 142 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.2 |
| HSL | 42.58º | 0.38% | 0.68% | - |
| HSV(B) | 42.58º | 0.3% | 0.8% | - |
| XYZ | 47.34 | 49.91 | 32.73 | - |
| YUV | 186.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 142 | 0 | 0.09 | 0.30 | 0.2 | 42.58 | 0.38 | 0.68 |
| Hex | CC | BA | 8E | 0 | 9 | 1E | 14 | 2B | 26 | 44 |
| Octal | 314 | 272 | 216 | 0 | 11 | 36 | 24 | 53 | 46 | 104 |
| Binary | 11001100 | 10111010 | 10001110 | 0 | 1001 | 11110 | 10100 | 101011 | 100110 | 1000100 |
Color Harmonies of #CCBA8E
Complementary color
Monochromatic Colors of #CCBA8E
Black with #CCBA8E
Text Example
Text Example
White with #CCBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA8E; }
p { color: rgb(204,186,142); }
H1.HeaderClassName
{
color: #CCBA8E;
}
.AnyTagClassName
{
color: #CCBA8E;
}
</style>
background-color css
<style>
a { background-color: #CCBA8E; }
a { background-color: rgb(204,186,142); }
div.DivClassName
{
background-color: #CCBA8E;
}
.BgClassName
{
background-color: #CCBA8E;
}
</style>
border-color css
<style>
span { border-color: #CCBA8E; }
span { border-color: rgb(204,186,142); }
td.TdClassName
{
border-color: #CCBA8E;
}
.TagClassName
{
border-color: #CCBA8E;
}
</style>