Shades of Yuma #CCBA87
Tints of Yuma #CCBA87
RGB
CMYK
RGB Variations
Color information
#CCBA87 (or 0xCCBA87) is known color: Yuma. HEX triplet: CC, BA and 87. RGB value is (204,186,135). Sum of RGB (Red+Green+Blue) = 204+186+135=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA87 is #334578. Grayscale: #B9B9B9. Windows color (decimal): -3360121 or 8895180. OLE color: 8895180.
HSL color Cylindrical-coordinate representation of color #CCBA87: hue angle of 44.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCBA87 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 135 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.2 |
| HSL | 44.35º | 0.4% | 0.66% | - |
| HSV(B) | 44.35º | 0.34% | 0.8% | - |
| XYZ | 46.83 | 49.7 | 30.05 | - |
| YUV | 185.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 135 | 0 | 0.09 | 0.34 | 0.2 | 44.35 | 0.4 | 0.66 |
| Hex | CC | BA | 87 | 0 | 9 | 22 | 14 | 2C | 28 | 42 |
| Octal | 314 | 272 | 207 | 0 | 11 | 42 | 24 | 54 | 50 | 102 |
| Binary | 11001100 | 10111010 | 10000111 | 0 | 1001 | 100010 | 10100 | 101100 | 101000 | 1000010 |
Color Harmonies of #CCBA87
Complementary color
Monochromatic Colors of #CCBA87
Black with #CCBA87
Text Example
Text Example
White with #CCBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA87; }
p { color: rgb(204,186,135); }
H1.HeaderClassName
{
color: #CCBA87;
}
.AnyTagClassName
{
color: #CCBA87;
}
</style>
background-color css
<style>
a { background-color: #CCBA87; }
a { background-color: rgb(204,186,135); }
div.DivClassName
{
background-color: #CCBA87;
}
.BgClassName
{
background-color: #CCBA87;
}
</style>
border-color css
<style>
span { border-color: #CCBA87; }
span { border-color: rgb(204,186,135); }
td.TdClassName
{
border-color: #CCBA87;
}
.TagClassName
{
border-color: #CCBA87;
}
</style>