Shades of Yuma #CCBA7A
Tints of Yuma #CCBA7A
RGB
CMYK
RGB Variations
Color information
#CCBA7A (or 0xCCBA7A) is known color: Yuma. HEX triplet: CC, BA and 7A. RGB value is (204,186,122). Sum of RGB (Red+Green+Blue) = 204+186+122=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7A is #334585. Grayscale: #B8B8B8. Windows color (decimal): -3360134 or 8043212. OLE color: 8043212.
HSL color Cylindrical-coordinate representation of color #CCBA7A: hue angle of 46.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBA7A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 122 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.2 |
| HSL | 46.83º | 0.45% | 0.64% | - |
| HSV(B) | 46.83º | 0.4% | 0.8% | - |
| XYZ | 45.97 | 49.36 | 25.52 | - |
| YUV | 184.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 122 | 0 | 0.09 | 0.40 | 0.2 | 46.83 | 0.45 | 0.64 |
| Hex | CC | BA | 7A | 0 | 9 | 28 | 14 | 2F | 2D | 40 |
| Octal | 314 | 272 | 172 | 0 | 11 | 50 | 24 | 57 | 55 | 100 |
| Binary | 11001100 | 10111010 | 1111010 | 0 | 1001 | 101000 | 10100 | 101111 | 101101 | 1000000 |
Color Harmonies of #CCBA7A
Complementary color
Monochromatic Colors of #CCBA7A
Black with #CCBA7A
Text Example
Text Example
White with #CCBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA7A; }
p { color: rgb(204,186,122); }
H1.HeaderClassName
{
color: #CCBA7A;
}
.AnyTagClassName
{
color: #CCBA7A;
}
</style>
background-color css
<style>
a { background-color: #CCBA7A; }
a { background-color: rgb(204,186,122); }
div.DivClassName
{
background-color: #CCBA7A;
}
.BgClassName
{
background-color: #CCBA7A;
}
</style>
border-color css
<style>
span { border-color: #CCBA7A; }
span { border-color: rgb(204,186,122); }
td.TdClassName
{
border-color: #CCBA7A;
}
.TagClassName
{
border-color: #CCBA7A;
}
</style>