Shades of Yuma #CCBB7F
Tints of Yuma #CCBB7F
RGB
CMYK
RGB Variations
Color information
#CCBB7F (or 0xCCBB7F) is known color: Yuma. HEX triplet: CC, BB and 7F. RGB value is (204,187,127). Sum of RGB (Red+Green+Blue) = 204+187+127=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB7F is #334480. Grayscale: #B9B9B9. Windows color (decimal): -3359873 or 8371148. OLE color: 8371148.
HSL color Cylindrical-coordinate representation of color #CCBB7F: hue angle of 46.75º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCBB7F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 127 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.2 |
| HSL | 46.75º | 0.43% | 0.65% | - |
| HSV(B) | 46.75º | 0.38% | 0.8% | - |
| XYZ | 46.5 | 49.91 | 27.26 | - |
| YUV | 185.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 127 | 0 | 0.08 | 0.38 | 0.2 | 46.75 | 0.43 | 0.65 |
| Hex | CC | BB | 7F | 0 | 8 | 26 | 14 | 2F | 2B | 41 |
| Octal | 314 | 273 | 177 | 0 | 10 | 46 | 24 | 57 | 53 | 101 |
| Binary | 11001100 | 10111011 | 1111111 | 0 | 1000 | 100110 | 10100 | 101111 | 101011 | 1000001 |
Color Harmonies of #CCBB7F
Complementary color
Monochromatic Colors of #CCBB7F
Black with #CCBB7F
Text Example
Text Example
White with #CCBB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB7F; }
p { color: rgb(204,187,127); }
H1.HeaderClassName
{
color: #CCBB7F;
}
.AnyTagClassName
{
color: #CCBB7F;
}
</style>
background-color css
<style>
a { background-color: #CCBB7F; }
a { background-color: rgb(204,187,127); }
div.DivClassName
{
background-color: #CCBB7F;
}
.BgClassName
{
background-color: #CCBB7F;
}
</style>
border-color css
<style>
span { border-color: #CCBB7F; }
span { border-color: rgb(204,187,127); }
td.TdClassName
{
border-color: #CCBB7F;
}
.TagClassName
{
border-color: #CCBB7F;
}
</style>