Shades of Yuma #CCB977
Tints of Yuma #CCB977
RGB
CMYK
RGB Variations
Color information
#CCB977 (or 0xCCB977) is known color: Yuma. HEX triplet: CC, B9 and 77. RGB value is (204,185,119). Sum of RGB (Red+Green+Blue) = 204+185+119=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB977 is #334688. Grayscale: #B7B7B7. Windows color (decimal): -3360393 or 7846348. OLE color: 7846348.
HSL color Cylindrical-coordinate representation of color #CCB977: hue angle of 46.59º degrees, saturation: 0.45, 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 #CCB977 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 119 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.2 |
| HSL | 46.59º | 0.45% | 0.63% | - |
| HSV(B) | 46.59º | 0.42% | 0.8% | - |
| XYZ | 45.58 | 48.87 | 24.48 | - |
| YUV | 183.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 119 | 0 | 0.09 | 0.42 | 0.2 | 46.59 | 0.45 | 0.63 |
| Hex | CC | B9 | 77 | 0 | 9 | 2A | 14 | 2F | 2D | 3F |
| Octal | 314 | 271 | 167 | 0 | 11 | 52 | 24 | 57 | 55 | 77 |
| Binary | 11001100 | 10111001 | 1110111 | 0 | 1001 | 101010 | 10100 | 101111 | 101101 | 111111 |
Color Harmonies of #CCB977
Complementary color
Monochromatic Colors of #CCB977
Black with #CCB977
Text Example
Text Example
White with #CCB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB977; }
p { color: rgb(204,185,119); }
H1.HeaderClassName
{
color: #CCB977;
}
.AnyTagClassName
{
color: #CCB977;
}
</style>
background-color css
<style>
a { background-color: #CCB977; }
a { background-color: rgb(204,185,119); }
div.DivClassName
{
background-color: #CCB977;
}
.BgClassName
{
background-color: #CCB977;
}
</style>
border-color css
<style>
span { border-color: #CCB977; }
span { border-color: rgb(204,185,119); }
td.TdClassName
{
border-color: #CCB977;
}
.TagClassName
{
border-color: #CCB977;
}
</style>