Shades of Yuma #CCBB7D
Tints of Yuma #CCBB7D
RGB
CMYK
RGB Variations
Color information
#CCBB7D (or 0xCCBB7D) is known color: Yuma. HEX triplet: CC, BB and 7D. RGB value is (204,187,125). Sum of RGB (Red+Green+Blue) = 204+187+125=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7D is #334482. Grayscale: #B9B9B9. Windows color (decimal): -3359875 or 8240076. OLE color: 8240076.
HSL color Cylindrical-coordinate representation of color #CCBB7D: hue angle of 47.09º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCBB7D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 125 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.2 |
| HSL | 47.09º | 0.44% | 0.65% | - |
| HSV(B) | 47.09º | 0.39% | 0.8% | - |
| XYZ | 46.37 | 49.86 | 26.58 | - |
| YUV | 185.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 125 | 0 | 0.08 | 0.39 | 0.2 | 47.09 | 0.44 | 0.65 |
| Hex | CC | BB | 7D | 0 | 8 | 27 | 14 | 2F | 2C | 41 |
| Octal | 314 | 273 | 175 | 0 | 10 | 47 | 24 | 57 | 54 | 101 |
| Binary | 11001100 | 10111011 | 1111101 | 0 | 1000 | 100111 | 10100 | 101111 | 101100 | 1000001 |
Color Harmonies of #CCBB7D
Complementary color
Monochromatic Colors of #CCBB7D
Black with #CCBB7D
Text Example
Text Example
White with #CCBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB7D; }
p { color: rgb(204,187,125); }
H1.HeaderClassName
{
color: #CCBB7D;
}
.AnyTagClassName
{
color: #CCBB7D;
}
</style>
background-color css
<style>
a { background-color: #CCBB7D; }
a { background-color: rgb(204,187,125); }
div.DivClassName
{
background-color: #CCBB7D;
}
.BgClassName
{
background-color: #CCBB7D;
}
</style>
border-color css
<style>
span { border-color: #CCBB7D; }
span { border-color: rgb(204,187,125); }
td.TdClassName
{
border-color: #CCBB7D;
}
.TagClassName
{
border-color: #CCBB7D;
}
</style>