Shades of Yuma #CCB981
Tints of Yuma #CCB981
RGB
CMYK
RGB Variations
Color information
#CCB981 (or 0xCCB981) is known color: Yuma. HEX triplet: CC, B9 and 81. RGB value is (204,185,129). Sum of RGB (Red+Green+Blue) = 204+185+129=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB981 is #33467E. Grayscale: #B8B8B8. Windows color (decimal): -3360383 or 8501708. OLE color: 8501708.
HSL color Cylindrical-coordinate representation of color #CCB981: hue angle of 44.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB981 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 129 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.2 |
| HSL | 44.8º | 0.42% | 0.65% | - |
| HSV(B) | 44.8º | 0.37% | 0.8% | - |
| XYZ | 46.21 | 49.12 | 27.81 | - |
| YUV | 184.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 129 | 0 | 0.09 | 0.37 | 0.2 | 44.8 | 0.42 | 0.65 |
| Hex | CC | B9 | 81 | 0 | 9 | 25 | 14 | 2D | 2A | 41 |
| Octal | 314 | 271 | 201 | 0 | 11 | 45 | 24 | 55 | 52 | 101 |
| Binary | 11001100 | 10111001 | 10000001 | 0 | 1001 | 100101 | 10100 | 101101 | 101010 | 1000001 |
Color Harmonies of #CCB981
Complementary color
Monochromatic Colors of #CCB981
Black with #CCB981
Text Example
Text Example
White with #CCB981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB981; }
p { color: rgb(204,185,129); }
H1.HeaderClassName
{
color: #CCB981;
}
.AnyTagClassName
{
color: #CCB981;
}
</style>
background-color css
<style>
a { background-color: #CCB981; }
a { background-color: rgb(204,185,129); }
div.DivClassName
{
background-color: #CCB981;
}
.BgClassName
{
background-color: #CCB981;
}
</style>
border-color css
<style>
span { border-color: #CCB981; }
span { border-color: rgb(204,185,129); }
td.TdClassName
{
border-color: #CCB981;
}
.TagClassName
{
border-color: #CCB981;
}
</style>