Shades of Yuma #CCBC7C
Tints of Yuma #CCBC7C
RGB
CMYK
RGB Variations
Color information
#CCBC7C (or 0xCCBC7C) is known color: Yuma. HEX triplet: CC, BC and 7C. RGB value is (204,188,124). Sum of RGB (Red+Green+Blue) = 204+188+124=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC7C is #334383. Grayscale: #B9B9B9. Windows color (decimal): -3359620 or 8174796. OLE color: 8174796.
HSL color Cylindrical-coordinate representation of color #CCBC7C: hue angle of 48º 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 #CCBC7C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 124 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.2 |
| HSL | 48º | 0.44% | 0.64% | - |
| HSV(B) | 48º | 0.39% | 0.8% | - |
| XYZ | 46.52 | 50.26 | 26.32 | - |
| YUV | 185.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 124 | 0 | 0.08 | 0.39 | 0.2 | 48 | 0.44 | 0.64 |
| Hex | CC | BC | 7C | 0 | 8 | 27 | 14 | 30 | 2C | 40 |
| Octal | 314 | 274 | 174 | 0 | 10 | 47 | 24 | 60 | 54 | 100 |
| Binary | 11001100 | 10111100 | 1111100 | 0 | 1000 | 100111 | 10100 | 110000 | 101100 | 1000000 |
Color Harmonies of #CCBC7C
Complementary color
Monochromatic Colors of #CCBC7C
Black with #CCBC7C
Text Example
Text Example
White with #CCBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC7C; }
p { color: rgb(204,188,124); }
H1.HeaderClassName
{
color: #CCBC7C;
}
.AnyTagClassName
{
color: #CCBC7C;
}
</style>
background-color css
<style>
a { background-color: #CCBC7C; }
a { background-color: rgb(204,188,124); }
div.DivClassName
{
background-color: #CCBC7C;
}
.BgClassName
{
background-color: #CCBC7C;
}
</style>
border-color css
<style>
span { border-color: #CCBC7C; }
span { border-color: rgb(204,188,124); }
td.TdClassName
{
border-color: #CCBC7C;
}
.TagClassName
{
border-color: #CCBC7C;
}
</style>