Shades of Yuma #CCBA8B
Tints of Yuma #CCBA8B
RGB
CMYK
RGB Variations
Color information
#CCBA8B (or 0xCCBA8B) is known color: Yuma. HEX triplet: CC, BA and 8B. RGB value is (204,186,139). Sum of RGB (Red+Green+Blue) = 204+186+139=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8B is #334574. Grayscale: #BABABA. Windows color (decimal): -3360117 or 9157324. OLE color: 9157324.
HSL color Cylindrical-coordinate representation of color #CCBA8B: hue angle of 43.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCBA8B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 139 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.2 |
| HSL | 43.38º | 0.39% | 0.67% | - |
| HSV(B) | 43.38º | 0.32% | 0.8% | - |
| XYZ | 47.12 | 49.82 | 31.56 | - |
| YUV | 186.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 139 | 0 | 0.09 | 0.32 | 0.2 | 43.38 | 0.39 | 0.67 |
| Hex | CC | BA | 8B | 0 | 9 | 20 | 14 | 2B | 27 | 43 |
| Octal | 314 | 272 | 213 | 0 | 11 | 40 | 24 | 53 | 47 | 103 |
| Binary | 11001100 | 10111010 | 10001011 | 0 | 1001 | 100000 | 10100 | 101011 | 100111 | 1000011 |
Color Harmonies of #CCBA8B
Complementary color
Monochromatic Colors of #CCBA8B
Black with #CCBA8B
Text Example
Text Example
White with #CCBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA8B; }
p { color: rgb(204,186,139); }
H1.HeaderClassName
{
color: #CCBA8B;
}
.AnyTagClassName
{
color: #CCBA8B;
}
</style>
background-color css
<style>
a { background-color: #CCBA8B; }
a { background-color: rgb(204,186,139); }
div.DivClassName
{
background-color: #CCBA8B;
}
.BgClassName
{
background-color: #CCBA8B;
}
</style>
border-color css
<style>
span { border-color: #CCBA8B; }
span { border-color: rgb(204,186,139); }
td.TdClassName
{
border-color: #CCBA8B;
}
.TagClassName
{
border-color: #CCBA8B;
}
</style>