Shades of Yuma #CCBB7C
Tints of Yuma #CCBB7C
RGB
CMYK
RGB Variations
Color information
#CCBB7C (or 0xCCBB7C) is known color: Yuma. HEX triplet: CC, BB and 7C. RGB value is (204,187,124). Sum of RGB (Red+Green+Blue) = 204+187+124=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7C is #334483. Grayscale: #B9B9B9. Windows color (decimal): -3359876 or 8174540. OLE color: 8174540.
HSL color Cylindrical-coordinate representation of color #CCBB7C: hue angle of 47.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCBB7C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 124 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.2 |
| HSL | 47.25º | 0.44% | 0.64% | - |
| HSV(B) | 47.25º | 0.39% | 0.8% | - |
| XYZ | 46.31 | 49.83 | 26.25 | - |
| YUV | 184.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 124 | 0 | 0.08 | 0.39 | 0.2 | 47.25 | 0.44 | 0.64 |
| Hex | CC | BB | 7C | 0 | 8 | 27 | 14 | 2F | 2C | 40 |
| Octal | 314 | 273 | 174 | 0 | 10 | 47 | 24 | 57 | 54 | 100 |
| Binary | 11001100 | 10111011 | 1111100 | 0 | 1000 | 100111 | 10100 | 101111 | 101100 | 1000000 |
Color Harmonies of #CCBB7C
Complementary color
Monochromatic Colors of #CCBB7C
Black with #CCBB7C
Text Example
Text Example
White with #CCBB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB7C; }
p { color: rgb(204,187,124); }
H1.HeaderClassName
{
color: #CCBB7C;
}
.AnyTagClassName
{
color: #CCBB7C;
}
</style>
background-color css
<style>
a { background-color: #CCBB7C; }
a { background-color: rgb(204,187,124); }
div.DivClassName
{
background-color: #CCBB7C;
}
.BgClassName
{
background-color: #CCBB7C;
}
</style>
border-color css
<style>
span { border-color: #CCBB7C; }
span { border-color: rgb(204,187,124); }
td.TdClassName
{
border-color: #CCBB7C;
}
.TagClassName
{
border-color: #CCBB7C;
}
</style>