Shades of Yuma #CCB786
Tints of Yuma #CCB786
RGB
CMYK
RGB Variations
Color information
#CCB786 (or 0xCCB786) is known color: Yuma. HEX triplet: CC, B7 and 86. RGB value is (204,183,134). Sum of RGB (Red+Green+Blue) = 204+183+134=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB786 is #334879. Grayscale: #B7B7B7. Windows color (decimal): -3360890 or 8828876. OLE color: 8828876.
HSL color Cylindrical-coordinate representation of color #CCB786: hue angle of 42º degrees, saturation: 0.41, 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 #CCB786 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 134 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.2 |
| HSL | 42º | 0.41% | 0.66% | - |
| HSV(B) | 42º | 0.34% | 0.8% | - |
| XYZ | 46.14 | 48.43 | 29.47 | - |
| YUV | 183.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 134 | 0 | 0.10 | 0.34 | 0.2 | 42 | 0.41 | 0.66 |
| Hex | CC | B7 | 86 | 0 | A | 22 | 14 | 2A | 29 | 42 |
| Octal | 314 | 267 | 206 | 0 | 12 | 42 | 24 | 52 | 51 | 102 |
| Binary | 11001100 | 10110111 | 10000110 | 0 | 1010 | 100010 | 10100 | 101010 | 101001 | 1000010 |
Color Harmonies of #CCB786
Complementary color
Monochromatic Colors of #CCB786
Black with #CCB786
Text Example
Text Example
White with #CCB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB786; }
p { color: rgb(204,183,134); }
H1.HeaderClassName
{
color: #CCB786;
}
.AnyTagClassName
{
color: #CCB786;
}
</style>
background-color css
<style>
a { background-color: #CCB786; }
a { background-color: rgb(204,183,134); }
div.DivClassName
{
background-color: #CCB786;
}
.BgClassName
{
background-color: #CCB786;
}
</style>
border-color css
<style>
span { border-color: #CCB786; }
span { border-color: rgb(204,183,134); }
td.TdClassName
{
border-color: #CCB786;
}
.TagClassName
{
border-color: #CCB786;
}
</style>