Shades of Yuma #CCBA81
Tints of Yuma #CCBA81
RGB
CMYK
RGB Variations
Color information
#CCBA81 (or 0xCCBA81) is known color: Yuma. HEX triplet: CC, BA and 81. RGB value is (204,186,129). Sum of RGB (Red+Green+Blue) = 204+186+129=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA81 is #33457E. Grayscale: #B9B9B9. Windows color (decimal): -3360127 or 8501964. OLE color: 8501964.
HSL color Cylindrical-coordinate representation of color #CCBA81: hue angle of 45.6º 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 #CCBA81 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 129 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.2 |
| HSL | 45.6º | 0.42% | 0.65% | - |
| HSV(B) | 45.6º | 0.37% | 0.8% | - |
| XYZ | 46.42 | 49.54 | 27.88 | - |
| YUV | 184.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 129 | 0 | 0.09 | 0.37 | 0.2 | 45.6 | 0.42 | 0.65 |
| Hex | CC | BA | 81 | 0 | 9 | 25 | 14 | 2E | 2A | 41 |
| Octal | 314 | 272 | 201 | 0 | 11 | 45 | 24 | 56 | 52 | 101 |
| Binary | 11001100 | 10111010 | 10000001 | 0 | 1001 | 100101 | 10100 | 101110 | 101010 | 1000001 |
Color Harmonies of #CCBA81
Complementary color
Monochromatic Colors of #CCBA81
Black with #CCBA81
Text Example
Text Example
White with #CCBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA81; }
p { color: rgb(204,186,129); }
H1.HeaderClassName
{
color: #CCBA81;
}
.AnyTagClassName
{
color: #CCBA81;
}
</style>
background-color css
<style>
a { background-color: #CCBA81; }
a { background-color: rgb(204,186,129); }
div.DivClassName
{
background-color: #CCBA81;
}
.BgClassName
{
background-color: #CCBA81;
}
</style>
border-color css
<style>
span { border-color: #CCBA81; }
span { border-color: rgb(204,186,129); }
td.TdClassName
{
border-color: #CCBA81;
}
.TagClassName
{
border-color: #CCBA81;
}
</style>