Shades of Yuma #CCBA82
Tints of Yuma #CCBA82
RGB
CMYK
RGB Variations
Color information
#CCBA82 (or 0xCCBA82) is known color: Yuma. HEX triplet: CC, BA and 82. RGB value is (204,186,130). Sum of RGB (Red+Green+Blue) = 204+186+130=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA82 is #33457D. Grayscale: #B9B9B9. Windows color (decimal): -3360126 or 8567500. OLE color: 8567500.
HSL color Cylindrical-coordinate representation of color #CCBA82: hue angle of 45.41º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCBA82 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 130 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.2 |
| HSL | 45.41º | 0.42% | 0.65% | - |
| HSV(B) | 45.41º | 0.36% | 0.8% | - |
| XYZ | 46.49 | 49.57 | 28.24 | - |
| YUV | 185 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 130 | 0 | 0.09 | 0.36 | 0.2 | 45.41 | 0.42 | 0.65 |
| Hex | CC | BA | 82 | 0 | 9 | 24 | 14 | 2D | 2A | 41 |
| Octal | 314 | 272 | 202 | 0 | 11 | 44 | 24 | 55 | 52 | 101 |
| Binary | 11001100 | 10111010 | 10000010 | 0 | 1001 | 100100 | 10100 | 101101 | 101010 | 1000001 |
Color Harmonies of #CCBA82
Complementary color
Monochromatic Colors of #CCBA82
Black with #CCBA82
Text Example
Text Example
White with #CCBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA82; }
p { color: rgb(204,186,130); }
H1.HeaderClassName
{
color: #CCBA82;
}
.AnyTagClassName
{
color: #CCBA82;
}
</style>
background-color css
<style>
a { background-color: #CCBA82; }
a { background-color: rgb(204,186,130); }
div.DivClassName
{
background-color: #CCBA82;
}
.BgClassName
{
background-color: #CCBA82;
}
</style>
border-color css
<style>
span { border-color: #CCBA82; }
span { border-color: rgb(204,186,130); }
td.TdClassName
{
border-color: #CCBA82;
}
.TagClassName
{
border-color: #CCBA82;
}
</style>