Shades of Yuma #CCBA8A
Tints of Yuma #CCBA8A
RGB
CMYK
RGB Variations
Color information
#CCBA8A (or 0xCCBA8A) is known color: Yuma. HEX triplet: CC, BA and 8A. RGB value is (204,186,138). Sum of RGB (Red+Green+Blue) = 204+186+138=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8A is #334575. Grayscale: #BABABA. Windows color (decimal): -3360118 or 9091788. OLE color: 9091788.
HSL color Cylindrical-coordinate representation of color #CCBA8A: hue angle of 43.64º 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 #CCBA8A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 138 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.2 |
| HSL | 43.64º | 0.39% | 0.67% | - |
| HSV(B) | 43.64º | 0.32% | 0.8% | - |
| XYZ | 47.05 | 49.79 | 31.18 | - |
| YUV | 185.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 138 | 0 | 0.09 | 0.32 | 0.2 | 43.64 | 0.39 | 0.67 |
| Hex | CC | BA | 8A | 0 | 9 | 20 | 14 | 2C | 27 | 43 |
| Octal | 314 | 272 | 212 | 0 | 11 | 40 | 24 | 54 | 47 | 103 |
| Binary | 11001100 | 10111010 | 10001010 | 0 | 1001 | 100000 | 10100 | 101100 | 100111 | 1000011 |
Color Harmonies of #CCBA8A
Complementary color
Monochromatic Colors of #CCBA8A
Black with #CCBA8A
Text Example
Text Example
White with #CCBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA8A; }
p { color: rgb(204,186,138); }
H1.HeaderClassName
{
color: #CCBA8A;
}
.AnyTagClassName
{
color: #CCBA8A;
}
</style>
background-color css
<style>
a { background-color: #CCBA8A; }
a { background-color: rgb(204,186,138); }
div.DivClassName
{
background-color: #CCBA8A;
}
.BgClassName
{
background-color: #CCBA8A;
}
</style>
border-color css
<style>
span { border-color: #CCBA8A; }
span { border-color: rgb(204,186,138); }
td.TdClassName
{
border-color: #CCBA8A;
}
.TagClassName
{
border-color: #CCBA8A;
}
</style>