Shades of Yuma #CCBA7E
Tints of Yuma #CCBA7E
RGB
CMYK
RGB Variations
Color information
#CCBA7E (or 0xCCBA7E) is known color: Yuma. HEX triplet: CC, BA and 7E. RGB value is (204,186,126). Sum of RGB (Red+Green+Blue) = 204+186+126=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7E is #334581. Grayscale: #B8B8B8. Windows color (decimal): -3360130 or 8305356. OLE color: 8305356.
HSL color Cylindrical-coordinate representation of color #CCBA7E: hue angle of 46.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCBA7E is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 126 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.2 |
| HSL | 46.15º | 0.43% | 0.65% | - |
| HSV(B) | 46.15º | 0.38% | 0.8% | - |
| XYZ | 46.23 | 49.46 | 26.85 | - |
| YUV | 184.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 126 | 0 | 0.09 | 0.38 | 0.2 | 46.15 | 0.43 | 0.65 |
| Hex | CC | BA | 7E | 0 | 9 | 26 | 14 | 2E | 2B | 41 |
| Octal | 314 | 272 | 176 | 0 | 11 | 46 | 24 | 56 | 53 | 101 |
| Binary | 11001100 | 10111010 | 1111110 | 0 | 1001 | 100110 | 10100 | 101110 | 101011 | 1000001 |
Color Harmonies of #CCBA7E
Complementary color
Monochromatic Colors of #CCBA7E
Black with #CCBA7E
Text Example
Text Example
White with #CCBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA7E; }
p { color: rgb(204,186,126); }
H1.HeaderClassName
{
color: #CCBA7E;
}
.AnyTagClassName
{
color: #CCBA7E;
}
</style>
background-color css
<style>
a { background-color: #CCBA7E; }
a { background-color: rgb(204,186,126); }
div.DivClassName
{
background-color: #CCBA7E;
}
.BgClassName
{
background-color: #CCBA7E;
}
</style>
border-color css
<style>
span { border-color: #CCBA7E; }
span { border-color: rgb(204,186,126); }
td.TdClassName
{
border-color: #CCBA7E;
}
.TagClassName
{
border-color: #CCBA7E;
}
</style>