Shades of Yuma #C2B880
Tints of Yuma #C2B880
RGB
CMYK
RGB Variations
Color information
#C2B880 (or 0xC2B880) is known color: Yuma. HEX triplet: C2, B8 and 80. RGB value is (194,184,128). Sum of RGB (Red+Green+Blue) = 194+184+128=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B880 is #3D477F. Grayscale: #B4B4B4. Windows color (decimal): -4016000 or 8435906. OLE color: 8435906.
HSL color Cylindrical-coordinate representation of color #C2B880: hue angle of 50.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2B880 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 128 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.24 |
| HSL | 50.91º | 0.35% | 0.63% | - |
| HSV(B) | 50.91º | 0.34% | 0.76% | - |
| XYZ | 43.28 | 47.31 | 27.27 | - |
| YUV | 180.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 128 | 0 | 0.05 | 0.34 | 0.24 | 50.91 | 0.35 | 0.63 |
| Hex | C2 | B8 | 80 | 0 | 5 | 22 | 18 | 33 | 23 | 3F |
| Octal | 302 | 270 | 200 | 0 | 5 | 42 | 30 | 63 | 43 | 77 |
| Binary | 11000010 | 10111000 | 10000000 | 0 | 101 | 100010 | 11000 | 110011 | 100011 | 111111 |
Color Harmonies of #C2B880
Complementary color
Monochromatic Colors of #C2B880
Black with #C2B880
Text Example
Text Example
White with #C2B880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B880; }
p { color: rgb(194,184,128); }
H1.HeaderClassName
{
color: #C2B880;
}
.AnyTagClassName
{
color: #C2B880;
}
</style>
background-color css
<style>
a { background-color: #C2B880; }
a { background-color: rgb(194,184,128); }
div.DivClassName
{
background-color: #C2B880;
}
.BgClassName
{
background-color: #C2B880;
}
</style>
border-color css
<style>
span { border-color: #C2B880; }
span { border-color: rgb(194,184,128); }
td.TdClassName
{
border-color: #C2B880;
}
.TagClassName
{
border-color: #C2B880;
}
</style>