Shades of Yuma #CCBA76
Tints of Yuma #CCBA76
RGB
CMYK
RGB Variations
Color information
#CCBA76 (or 0xCCBA76) is known color: Yuma. HEX triplet: CC, BA and 76. RGB value is (204,186,118). Sum of RGB (Red+Green+Blue) = 204+186+118=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA76 is #334589. Grayscale: #B7B7B7. Windows color (decimal): -3360138 or 7781068. OLE color: 7781068.
HSL color Cylindrical-coordinate representation of color #CCBA76: hue angle of 47.44º 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 #CCBA76 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 118 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.2 |
| HSL | 47.44º | 0.46% | 0.63% | - |
| HSV(B) | 47.44º | 0.42% | 0.8% | - |
| XYZ | 45.73 | 49.26 | 24.24 | - |
| YUV | 183.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 118 | 0 | 0.09 | 0.42 | 0.2 | 47.44 | 0.46 | 0.63 |
| Hex | CC | BA | 76 | 0 | 9 | 2A | 14 | 2F | 2E | 3F |
| Octal | 314 | 272 | 166 | 0 | 11 | 52 | 24 | 57 | 56 | 77 |
| Binary | 11001100 | 10111010 | 1110110 | 0 | 1001 | 101010 | 10100 | 101111 | 101110 | 111111 |
Color Harmonies of #CCBA76
Complementary color
Monochromatic Colors of #CCBA76
Black with #CCBA76
Text Example
Text Example
White with #CCBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA76; }
p { color: rgb(204,186,118); }
H1.HeaderClassName
{
color: #CCBA76;
}
.AnyTagClassName
{
color: #CCBA76;
}
</style>
background-color css
<style>
a { background-color: #CCBA76; }
a { background-color: rgb(204,186,118); }
div.DivClassName
{
background-color: #CCBA76;
}
.BgClassName
{
background-color: #CCBA76;
}
</style>
border-color css
<style>
span { border-color: #CCBA76; }
span { border-color: rgb(204,186,118); }
td.TdClassName
{
border-color: #CCBA76;
}
.TagClassName
{
border-color: #CCBA76;
}
</style>