Shades of Yuma #CCB686
Tints of Yuma #CCB686
RGB
CMYK
RGB Variations
Color information
#CCB686 (or 0xCCB686) is known color: Yuma. HEX triplet: CC, B6 and 86. RGB value is (204,182,134). Sum of RGB (Red+Green+Blue) = 204+182+134=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB686 is #334979. Grayscale: #B7B7B7. Windows color (decimal): -3361146 or 8828620. OLE color: 8828620.
HSL color Cylindrical-coordinate representation of color #CCB686: hue angle of 41.14º 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 #CCB686 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 134 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.2 |
| HSL | 41.14º | 0.41% | 0.66% | - |
| HSV(B) | 41.14º | 0.34% | 0.8% | - |
| XYZ | 45.93 | 48.01 | 29.4 | - |
| YUV | 183.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 134 | 0 | 0.11 | 0.34 | 0.2 | 41.14 | 0.41 | 0.66 |
| Hex | CC | B6 | 86 | 0 | B | 22 | 14 | 29 | 29 | 42 |
| Octal | 314 | 266 | 206 | 0 | 13 | 42 | 24 | 51 | 51 | 102 |
| Binary | 11001100 | 10110110 | 10000110 | 0 | 1011 | 100010 | 10100 | 101001 | 101001 | 1000010 |
Color Harmonies of #CCB686
Complementary color
Monochromatic Colors of #CCB686
Black with #CCB686
Text Example
Text Example
White with #CCB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB686; }
p { color: rgb(204,182,134); }
H1.HeaderClassName
{
color: #CCB686;
}
.AnyTagClassName
{
color: #CCB686;
}
</style>
background-color css
<style>
a { background-color: #CCB686; }
a { background-color: rgb(204,182,134); }
div.DivClassName
{
background-color: #CCB686;
}
.BgClassName
{
background-color: #CCB686;
}
</style>
border-color css
<style>
span { border-color: #CCB686; }
span { border-color: rgb(204,182,134); }
td.TdClassName
{
border-color: #CCB686;
}
.TagClassName
{
border-color: #CCB686;
}
</style>