Shades of Yuma #C2B882
Tints of Yuma #C2B882
RGB
CMYK
RGB Variations
Color information
#C2B882 (or 0xC2B882) is known color: Yuma. HEX triplet: C2, B8 and 82. RGB value is (194,184,130). Sum of RGB (Red+Green+Blue) = 194+184+130=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B882 is #3D477D. Grayscale: #B5B5B5. Windows color (decimal): -4015998 or 8566978. OLE color: 8566978.
HSL color Cylindrical-coordinate representation of color #C2B882: hue angle of 50.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2B882 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 130 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.24 |
| HSL | 50.63º | 0.34% | 0.64% | - |
| HSV(B) | 50.63º | 0.33% | 0.76% | - |
| XYZ | 43.42 | 47.36 | 27.97 | - |
| YUV | 180.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 130 | 0 | 0.05 | 0.33 | 0.24 | 50.63 | 0.34 | 0.64 |
| Hex | C2 | B8 | 82 | 0 | 5 | 21 | 18 | 33 | 22 | 40 |
| Octal | 302 | 270 | 202 | 0 | 5 | 41 | 30 | 63 | 42 | 100 |
| Binary | 11000010 | 10111000 | 10000010 | 0 | 101 | 100001 | 11000 | 110011 | 100010 | 1000000 |
Color Harmonies of #C2B882
Complementary color
Monochromatic Colors of #C2B882
Black with #C2B882
Text Example
Text Example
White with #C2B882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B882; }
p { color: rgb(194,184,130); }
H1.HeaderClassName
{
color: #C2B882;
}
.AnyTagClassName
{
color: #C2B882;
}
</style>
background-color css
<style>
a { background-color: #C2B882; }
a { background-color: rgb(194,184,130); }
div.DivClassName
{
background-color: #C2B882;
}
.BgClassName
{
background-color: #C2B882;
}
</style>
border-color css
<style>
span { border-color: #C2B882; }
span { border-color: rgb(194,184,130); }
td.TdClassName
{
border-color: #C2B882;
}
.TagClassName
{
border-color: #C2B882;
}
</style>