Shades of Yuma #CCBA85
Tints of Yuma #CCBA85
RGB
CMYK
RGB Variations
Color information
#CCBA85 (or 0xCCBA85) is known color: Yuma. HEX triplet: CC, BA and 85. RGB value is (204,186,133). Sum of RGB (Red+Green+Blue) = 204+186+133=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA85 is #33457A. Grayscale: #B9B9B9. Windows color (decimal): -3360123 or 8764108. OLE color: 8764108.
HSL color Cylindrical-coordinate representation of color #CCBA85: hue angle of 44.79º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCBA85 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 133 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.2 |
| HSL | 44.79º | 0.41% | 0.66% | - |
| HSV(B) | 44.79º | 0.35% | 0.8% | - |
| XYZ | 46.69 | 49.65 | 29.31 | - |
| YUV | 185.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 133 | 0 | 0.09 | 0.35 | 0.2 | 44.79 | 0.41 | 0.66 |
| Hex | CC | BA | 85 | 0 | 9 | 23 | 14 | 2D | 29 | 42 |
| Octal | 314 | 272 | 205 | 0 | 11 | 43 | 24 | 55 | 51 | 102 |
| Binary | 11001100 | 10111010 | 10000101 | 0 | 1001 | 100011 | 10100 | 101101 | 101001 | 1000010 |
Color Harmonies of #CCBA85
Complementary color
Monochromatic Colors of #CCBA85
Black with #CCBA85
Text Example
Text Example
White with #CCBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA85; }
p { color: rgb(204,186,133); }
H1.HeaderClassName
{
color: #CCBA85;
}
.AnyTagClassName
{
color: #CCBA85;
}
</style>
background-color css
<style>
a { background-color: #CCBA85; }
a { background-color: rgb(204,186,133); }
div.DivClassName
{
background-color: #CCBA85;
}
.BgClassName
{
background-color: #CCBA85;
}
</style>
border-color css
<style>
span { border-color: #CCBA85; }
span { border-color: rgb(204,186,133); }
td.TdClassName
{
border-color: #CCBA85;
}
.TagClassName
{
border-color: #CCBA85;
}
</style>