Shades of Yuma #C2B682
Tints of Yuma #C2B682
RGB
CMYK
RGB Variations
Color information
#C2B682 (or 0xC2B682) is known color: Yuma. HEX triplet: C2, B6 and 82. RGB value is (194,182,130). Sum of RGB (Red+Green+Blue) = 194+182+130=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B682 is #3D497D. Grayscale: #B3B3B3. Windows color (decimal): -4016510 or 8566466. OLE color: 8566466.
HSL color Cylindrical-coordinate representation of color #C2B682: hue angle of 48.75º 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 #C2B682 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 130 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.24 |
| HSL | 48.75º | 0.34% | 0.64% | - |
| HSV(B) | 48.75º | 0.33% | 0.76% | - |
| XYZ | 43.01 | 46.54 | 27.84 | - |
| YUV | 179.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 130 | 0 | 0.06 | 0.33 | 0.24 | 48.75 | 0.34 | 0.64 |
| Hex | C2 | B6 | 82 | 0 | 6 | 21 | 18 | 31 | 22 | 40 |
| Octal | 302 | 266 | 202 | 0 | 6 | 41 | 30 | 61 | 42 | 100 |
| Binary | 11000010 | 10110110 | 10000010 | 0 | 110 | 100001 | 11000 | 110001 | 100010 | 1000000 |
Color Harmonies of #C2B682
Complementary color
Monochromatic Colors of #C2B682
Black with #C2B682
Text Example
Text Example
White with #C2B682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B682; }
p { color: rgb(194,182,130); }
H1.HeaderClassName
{
color: #C2B682;
}
.AnyTagClassName
{
color: #C2B682;
}
</style>
background-color css
<style>
a { background-color: #C2B682; }
a { background-color: rgb(194,182,130); }
div.DivClassName
{
background-color: #C2B682;
}
.BgClassName
{
background-color: #C2B682;
}
</style>
border-color css
<style>
span { border-color: #C2B682; }
span { border-color: rgb(194,182,130); }
td.TdClassName
{
border-color: #C2B682;
}
.TagClassName
{
border-color: #C2B682;
}
</style>