Shades of Yuma #CCB976
Tints of Yuma #CCB976
RGB
CMYK
RGB Variations
Color information
#CCB976 (or 0xCCB976) is known color: Yuma. HEX triplet: CC, B9 and 76. RGB value is (204,185,118). Sum of RGB (Red+Green+Blue) = 204+185+118=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB976 is #334689. Grayscale: #B7B7B7. Windows color (decimal): -3360394 or 7780812. OLE color: 7780812.
HSL color Cylindrical-coordinate representation of color #CCB976: hue angle of 46.74º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCB976 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 118 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.2 |
| HSL | 46.74º | 0.46% | 0.63% | - |
| HSV(B) | 46.74º | 0.42% | 0.8% | - |
| XYZ | 45.52 | 48.84 | 24.17 | - |
| YUV | 183.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 118 | 0 | 0.09 | 0.42 | 0.2 | 46.74 | 0.46 | 0.63 |
| Hex | CC | B9 | 76 | 0 | 9 | 2A | 14 | 2F | 2E | 3F |
| Octal | 314 | 271 | 166 | 0 | 11 | 52 | 24 | 57 | 56 | 77 |
| Binary | 11001100 | 10111001 | 1110110 | 0 | 1001 | 101010 | 10100 | 101111 | 101110 | 111111 |
Color Harmonies of #CCB976
Complementary color
Monochromatic Colors of #CCB976
Black with #CCB976
Text Example
Text Example
White with #CCB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB976; }
p { color: rgb(204,185,118); }
H1.HeaderClassName
{
color: #CCB976;
}
.AnyTagClassName
{
color: #CCB976;
}
</style>
background-color css
<style>
a { background-color: #CCB976; }
a { background-color: rgb(204,185,118); }
div.DivClassName
{
background-color: #CCB976;
}
.BgClassName
{
background-color: #CCB976;
}
</style>
border-color css
<style>
span { border-color: #CCB976; }
span { border-color: rgb(204,185,118); }
td.TdClassName
{
border-color: #CCB976;
}
.TagClassName
{
border-color: #CCB976;
}
</style>