Shades of Yuma #CCB881
Tints of Yuma #CCB881
RGB
CMYK
RGB Variations
Color information
#CCB881 (or 0xCCB881) is known color: Yuma. HEX triplet: CC, B8 and 81. RGB value is (204,184,129). Sum of RGB (Red+Green+Blue) = 204+184+129=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB881 is #33477E. Grayscale: #B7B7B7. Windows color (decimal): -3360639 or 8501452. OLE color: 8501452.
HSL color Cylindrical-coordinate representation of color #CCB881: hue angle of 44º 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 #CCB881 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 129 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.2 |
| HSL | 44º | 0.42% | 0.65% | - |
| HSV(B) | 44º | 0.37% | 0.8% | - |
| XYZ | 46 | 48.7 | 27.74 | - |
| YUV | 183.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 129 | 0 | 0.10 | 0.37 | 0.2 | 44 | 0.42 | 0.65 |
| Hex | CC | B8 | 81 | 0 | A | 25 | 14 | 2C | 2A | 41 |
| Octal | 314 | 270 | 201 | 0 | 12 | 45 | 24 | 54 | 52 | 101 |
| Binary | 11001100 | 10111000 | 10000001 | 0 | 1010 | 100101 | 10100 | 101100 | 101010 | 1000001 |
Color Harmonies of #CCB881
Complementary color
Monochromatic Colors of #CCB881
Black with #CCB881
Text Example
Text Example
White with #CCB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB881; }
p { color: rgb(204,184,129); }
H1.HeaderClassName
{
color: #CCB881;
}
.AnyTagClassName
{
color: #CCB881;
}
</style>
background-color css
<style>
a { background-color: #CCB881; }
a { background-color: rgb(204,184,129); }
div.DivClassName
{
background-color: #CCB881;
}
.BgClassName
{
background-color: #CCB881;
}
</style>
border-color css
<style>
span { border-color: #CCB881; }
span { border-color: rgb(204,184,129); }
td.TdClassName
{
border-color: #CCB881;
}
.TagClassName
{
border-color: #CCB881;
}
</style>