Shades of Yuma #CCBA83
Tints of Yuma #CCBA83
RGB
CMYK
RGB Variations
Color information
#CCBA83 (or 0xCCBA83) is known color: Yuma. HEX triplet: CC, BA and 83. RGB value is (204,186,131). Sum of RGB (Red+Green+Blue) = 204+186+131=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA83 is #33457C. Grayscale: #B9B9B9. Windows color (decimal): -3360125 or 8633036. OLE color: 8633036.
HSL color Cylindrical-coordinate representation of color #CCBA83: hue angle of 45.21º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCBA83 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 131 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.2 |
| HSL | 45.21º | 0.42% | 0.66% | - |
| HSV(B) | 45.21º | 0.36% | 0.8% | - |
| XYZ | 46.56 | 49.59 | 28.59 | - |
| YUV | 185.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 131 | 0 | 0.09 | 0.36 | 0.2 | 45.21 | 0.42 | 0.66 |
| Hex | CC | BA | 83 | 0 | 9 | 24 | 14 | 2D | 2A | 42 |
| Octal | 314 | 272 | 203 | 0 | 11 | 44 | 24 | 55 | 52 | 102 |
| Binary | 11001100 | 10111010 | 10000011 | 0 | 1001 | 100100 | 10100 | 101101 | 101010 | 1000010 |
Color Harmonies of #CCBA83
Complementary color
Monochromatic Colors of #CCBA83
Black with #CCBA83
Text Example
Text Example
White with #CCBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA83; }
p { color: rgb(204,186,131); }
H1.HeaderClassName
{
color: #CCBA83;
}
.AnyTagClassName
{
color: #CCBA83;
}
</style>
background-color css
<style>
a { background-color: #CCBA83; }
a { background-color: rgb(204,186,131); }
div.DivClassName
{
background-color: #CCBA83;
}
.BgClassName
{
background-color: #CCBA83;
}
</style>
border-color css
<style>
span { border-color: #CCBA83; }
span { border-color: rgb(204,186,131); }
td.TdClassName
{
border-color: #CCBA83;
}
.TagClassName
{
border-color: #CCBA83;
}
</style>