Shades of Yuma #CCBC7A
Tints of Yuma #CCBC7A
RGB
CMYK
RGB Variations
Color information
#CCBC7A (or 0xCCBC7A) is known color: Yuma. HEX triplet: CC, BC and 7A. RGB value is (204,188,122). Sum of RGB (Red+Green+Blue) = 204+188+122=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC7A is #334385. Grayscale: #B9B9B9. Windows color (decimal): -3359622 or 8043724. OLE color: 8043724.
HSL color Cylindrical-coordinate representation of color #CCBC7A: hue angle of 48.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBC7A is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 122 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.2 |
| HSL | 48.29º | 0.45% | 0.64% | - |
| HSV(B) | 48.29º | 0.4% | 0.8% | - |
| XYZ | 46.4 | 50.21 | 25.66 | - |
| YUV | 185.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 122 | 0 | 0.08 | 0.40 | 0.2 | 48.29 | 0.45 | 0.64 |
| Hex | CC | BC | 7A | 0 | 8 | 28 | 14 | 30 | 2D | 40 |
| Octal | 314 | 274 | 172 | 0 | 10 | 50 | 24 | 60 | 55 | 100 |
| Binary | 11001100 | 10111100 | 1111010 | 0 | 1000 | 101000 | 10100 | 110000 | 101101 | 1000000 |
Color Harmonies of #CCBC7A
Complementary color
Monochromatic Colors of #CCBC7A
Black with #CCBC7A
Text Example
Text Example
White with #CCBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC7A; }
p { color: rgb(204,188,122); }
H1.HeaderClassName
{
color: #CCBC7A;
}
.AnyTagClassName
{
color: #CCBC7A;
}
</style>
background-color css
<style>
a { background-color: #CCBC7A; }
a { background-color: rgb(204,188,122); }
div.DivClassName
{
background-color: #CCBC7A;
}
.BgClassName
{
background-color: #CCBC7A;
}
</style>
border-color css
<style>
span { border-color: #CCBC7A; }
span { border-color: rgb(204,188,122); }
td.TdClassName
{
border-color: #CCBC7A;
}
.TagClassName
{
border-color: #CCBC7A;
}
</style>