Shades of Yuma #CCBA84
Tints of Yuma #CCBA84
RGB
CMYK
RGB Variations
Color information
#CCBA84 (or 0xCCBA84) is known color: Yuma. HEX triplet: CC, BA and 84. RGB value is (204,186,132). Sum of RGB (Red+Green+Blue) = 204+186+132=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA84 is #33457B. Grayscale: #B9B9B9. Windows color (decimal): -3360124 or 8698572. OLE color: 8698572.
HSL color Cylindrical-coordinate representation of color #CCBA84: hue angle of 45º 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 #CCBA84 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 132 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.2 |
| HSL | 45º | 0.41% | 0.66% | - |
| HSV(B) | 45º | 0.35% | 0.8% | - |
| XYZ | 46.63 | 49.62 | 28.95 | - |
| YUV | 185.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 132 | 0 | 0.09 | 0.35 | 0.2 | 45 | 0.41 | 0.66 |
| Hex | CC | BA | 84 | 0 | 9 | 23 | 14 | 2D | 29 | 42 |
| Octal | 314 | 272 | 204 | 0 | 11 | 43 | 24 | 55 | 51 | 102 |
| Binary | 11001100 | 10111010 | 10000100 | 0 | 1001 | 100011 | 10100 | 101101 | 101001 | 1000010 |
Color Harmonies of #CCBA84
Complementary color
Monochromatic Colors of #CCBA84
Black with #CCBA84
Text Example
Text Example
White with #CCBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA84; }
p { color: rgb(204,186,132); }
H1.HeaderClassName
{
color: #CCBA84;
}
.AnyTagClassName
{
color: #CCBA84;
}
</style>
background-color css
<style>
a { background-color: #CCBA84; }
a { background-color: rgb(204,186,132); }
div.DivClassName
{
background-color: #CCBA84;
}
.BgClassName
{
background-color: #CCBA84;
}
</style>
border-color css
<style>
span { border-color: #CCBA84; }
span { border-color: rgb(204,186,132); }
td.TdClassName
{
border-color: #CCBA84;
}
.TagClassName
{
border-color: #CCBA84;
}
</style>