Shades of Yuma #C2B87F
Tints of Yuma #C2B87F
RGB
CMYK
RGB Variations
Color information
#C2B87F (or 0xC2B87F) is known color: Yuma. HEX triplet: C2, B8 and 7F. RGB value is (194,184,127). Sum of RGB (Red+Green+Blue) = 194+184+127=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B87F is #3D4780. Grayscale: #B4B4B4. Windows color (decimal): -4016001 or 8370370. OLE color: 8370370.
HSL color Cylindrical-coordinate representation of color #C2B87F: hue angle of 51.04º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2B87F is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 127 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.24 |
| HSL | 51.04º | 0.35% | 0.63% | - |
| HSV(B) | 51.04º | 0.35% | 0.76% | - |
| XYZ | 43.22 | 47.28 | 26.93 | - |
| YUV | 180.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 127 | 0 | 0.05 | 0.35 | 0.24 | 51.04 | 0.35 | 0.63 |
| Hex | C2 | B8 | 7F | 0 | 5 | 23 | 18 | 33 | 23 | 3F |
| Octal | 302 | 270 | 177 | 0 | 5 | 43 | 30 | 63 | 43 | 77 |
| Binary | 11000010 | 10111000 | 1111111 | 0 | 101 | 100011 | 11000 | 110011 | 100011 | 111111 |
Color Harmonies of #C2B87F
Complementary color
Monochromatic Colors of #C2B87F
Black with #C2B87F
Text Example
Text Example
White with #C2B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B87F; }
p { color: rgb(194,184,127); }
H1.HeaderClassName
{
color: #C2B87F;
}
.AnyTagClassName
{
color: #C2B87F;
}
</style>
background-color css
<style>
a { background-color: #C2B87F; }
a { background-color: rgb(194,184,127); }
div.DivClassName
{
background-color: #C2B87F;
}
.BgClassName
{
background-color: #C2B87F;
}
</style>
border-color css
<style>
span { border-color: #C2B87F; }
span { border-color: rgb(194,184,127); }
td.TdClassName
{
border-color: #C2B87F;
}
.TagClassName
{
border-color: #C2B87F;
}
</style>