Shades of Yuma #CCB984
Tints of Yuma #CCB984
RGB
CMYK
RGB Variations
Color information
#CCB984 (or 0xCCB984) is known color: Yuma. HEX triplet: CC, B9 and 84. RGB value is (204,185,132). Sum of RGB (Red+Green+Blue) = 204+185+132=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB984 is #33467B. Grayscale: #B8B8B8. Windows color (decimal): -3360380 or 8698316. OLE color: 8698316.
HSL color Cylindrical-coordinate representation of color #CCB984: hue angle of 44.17º 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 #CCB984 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 132 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.2 |
| HSL | 44.17º | 0.41% | 0.66% | - |
| HSV(B) | 44.17º | 0.35% | 0.8% | - |
| XYZ | 46.42 | 49.2 | 28.88 | - |
| YUV | 184.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 132 | 0 | 0.09 | 0.35 | 0.2 | 44.17 | 0.41 | 0.66 |
| Hex | CC | B9 | 84 | 0 | 9 | 23 | 14 | 2C | 29 | 42 |
| Octal | 314 | 271 | 204 | 0 | 11 | 43 | 24 | 54 | 51 | 102 |
| Binary | 11001100 | 10111001 | 10000100 | 0 | 1001 | 100011 | 10100 | 101100 | 101001 | 1000010 |
Color Harmonies of #CCB984
Complementary color
Monochromatic Colors of #CCB984
Black with #CCB984
Text Example
Text Example
White with #CCB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB984; }
p { color: rgb(204,185,132); }
H1.HeaderClassName
{
color: #CCB984;
}
.AnyTagClassName
{
color: #CCB984;
}
</style>
background-color css
<style>
a { background-color: #CCB984; }
a { background-color: rgb(204,185,132); }
div.DivClassName
{
background-color: #CCB984;
}
.BgClassName
{
background-color: #CCB984;
}
</style>
border-color css
<style>
span { border-color: #CCB984; }
span { border-color: rgb(204,185,132); }
td.TdClassName
{
border-color: #CCB984;
}
.TagClassName
{
border-color: #CCB984;
}
</style>