Shades of Yuma #CCBA77
Tints of Yuma #CCBA77
RGB
CMYK
RGB Variations
Color information
#CCBA77 (or 0xCCBA77) is known color: Yuma. HEX triplet: CC, BA and 77. RGB value is (204,186,119). Sum of RGB (Red+Green+Blue) = 204+186+119=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA77 is #334588. Grayscale: #B8B8B8. Windows color (decimal): -3360137 or 7846604. OLE color: 7846604.
HSL color Cylindrical-coordinate representation of color #CCBA77: hue angle of 47.29º degrees, saturation: 0.45, 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 #CCBA77 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 119 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.2 |
| HSL | 47.29º | 0.45% | 0.63% | - |
| HSV(B) | 47.29º | 0.42% | 0.8% | - |
| XYZ | 45.79 | 49.29 | 24.55 | - |
| YUV | 183.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 119 | 0 | 0.09 | 0.42 | 0.2 | 47.29 | 0.45 | 0.63 |
| Hex | CC | BA | 77 | 0 | 9 | 2A | 14 | 2F | 2D | 3F |
| Octal | 314 | 272 | 167 | 0 | 11 | 52 | 24 | 57 | 55 | 77 |
| Binary | 11001100 | 10111010 | 1110111 | 0 | 1001 | 101010 | 10100 | 101111 | 101101 | 111111 |
Color Harmonies of #CCBA77
Complementary color
Monochromatic Colors of #CCBA77
Black with #CCBA77
Text Example
Text Example
White with #CCBA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA77; }
p { color: rgb(204,186,119); }
H1.HeaderClassName
{
color: #CCBA77;
}
.AnyTagClassName
{
color: #CCBA77;
}
</style>
background-color css
<style>
a { background-color: #CCBA77; }
a { background-color: rgb(204,186,119); }
div.DivClassName
{
background-color: #CCBA77;
}
.BgClassName
{
background-color: #CCBA77;
}
</style>
border-color css
<style>
span { border-color: #CCBA77; }
span { border-color: rgb(204,186,119); }
td.TdClassName
{
border-color: #CCBA77;
}
.TagClassName
{
border-color: #CCBA77;
}
</style>