Shades of Yuma #CCB776
Tints of Yuma #CCB776
RGB
CMYK
RGB Variations
Color information
#CCB776 (or 0xCCB776) is known color: Yuma. HEX triplet: CC, B7 and 76. RGB value is (204,183,118). Sum of RGB (Red+Green+Blue) = 204+183+118=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB776 is #334889. Grayscale: #B6B6B6. Windows color (decimal): -3360906 or 7780300. OLE color: 7780300.
HSL color Cylindrical-coordinate representation of color #CCB776: hue angle of 45.35º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCB776 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 118 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.2 |
| HSL | 45.35º | 0.46% | 0.63% | - |
| HSV(B) | 45.35º | 0.42% | 0.8% | - |
| XYZ | 45.11 | 48.01 | 24.03 | - |
| YUV | 181.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 118 | 0 | 0.10 | 0.42 | 0.2 | 45.35 | 0.46 | 0.63 |
| Hex | CC | B7 | 76 | 0 | A | 2A | 14 | 2D | 2E | 3F |
| Octal | 314 | 267 | 166 | 0 | 12 | 52 | 24 | 55 | 56 | 77 |
| Binary | 11001100 | 10110111 | 1110110 | 0 | 1010 | 101010 | 10100 | 101101 | 101110 | 111111 |
Color Harmonies of #CCB776
Complementary color
Monochromatic Colors of #CCB776
Black with #CCB776
Text Example
Text Example
White with #CCB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB776; }
p { color: rgb(204,183,118); }
H1.HeaderClassName
{
color: #CCB776;
}
.AnyTagClassName
{
color: #CCB776;
}
</style>
background-color css
<style>
a { background-color: #CCB776; }
a { background-color: rgb(204,183,118); }
div.DivClassName
{
background-color: #CCB776;
}
.BgClassName
{
background-color: #CCB776;
}
</style>
border-color css
<style>
span { border-color: #CCB776; }
span { border-color: rgb(204,183,118); }
td.TdClassName
{
border-color: #CCB776;
}
.TagClassName
{
border-color: #CCB776;
}
</style>