Shades of Yuma #CCBA7B
Tints of Yuma #CCBA7B
RGB
CMYK
RGB Variations
Color information
#CCBA7B (or 0xCCBA7B) is known color: Yuma. HEX triplet: CC, BA and 7B. RGB value is (204,186,123). Sum of RGB (Red+Green+Blue) = 204+186+123=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7B is #334584. Grayscale: #B8B8B8. Windows color (decimal): -3360133 or 8108748. OLE color: 8108748.
HSL color Cylindrical-coordinate representation of color #CCBA7B: hue angle of 46.67º degrees, saturation: 0.44, 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 #CCBA7B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 123 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.2 |
| HSL | 46.67º | 0.44% | 0.64% | - |
| HSV(B) | 46.67º | 0.4% | 0.8% | - |
| XYZ | 46.04 | 49.39 | 25.84 | - |
| YUV | 184.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 123 | 0 | 0.09 | 0.40 | 0.2 | 46.67 | 0.44 | 0.64 |
| Hex | CC | BA | 7B | 0 | 9 | 28 | 14 | 2F | 2C | 40 |
| Octal | 314 | 272 | 173 | 0 | 11 | 50 | 24 | 57 | 54 | 100 |
| Binary | 11001100 | 10111010 | 1111011 | 0 | 1001 | 101000 | 10100 | 101111 | 101100 | 1000000 |
Color Harmonies of #CCBA7B
Complementary color
Monochromatic Colors of #CCBA7B
Black with #CCBA7B
Text Example
Text Example
White with #CCBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA7B; }
p { color: rgb(204,186,123); }
H1.HeaderClassName
{
color: #CCBA7B;
}
.AnyTagClassName
{
color: #CCBA7B;
}
</style>
background-color css
<style>
a { background-color: #CCBA7B; }
a { background-color: rgb(204,186,123); }
div.DivClassName
{
background-color: #CCBA7B;
}
.BgClassName
{
background-color: #CCBA7B;
}
</style>
border-color css
<style>
span { border-color: #CCBA7B; }
span { border-color: rgb(204,186,123); }
td.TdClassName
{
border-color: #CCBA7B;
}
.TagClassName
{
border-color: #CCBA7B;
}
</style>