Shades of Yuma #C2B87C
Tints of Yuma #C2B87C
RGB
CMYK
RGB Variations
Color information
#C2B87C (or 0xC2B87C) is known color: Yuma. HEX triplet: C2, B8 and 7C. RGB value is (194,184,124). Sum of RGB (Red+Green+Blue) = 194+184+124=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B87C is #3D4783. Grayscale: #B4B4B4. Windows color (decimal): -4016004 or 8173762. OLE color: 8173762.
HSL color Cylindrical-coordinate representation of color #C2B87C: hue angle of 51.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B87C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 124 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.24 |
| HSL | 51.43º | 0.36% | 0.62% | - |
| HSV(B) | 51.43º | 0.36% | 0.76% | - |
| XYZ | 43.03 | 47.21 | 25.91 | - |
| YUV | 180.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 124 | 0 | 0.05 | 0.36 | 0.24 | 51.43 | 0.36 | 0.62 |
| Hex | C2 | B8 | 7C | 0 | 5 | 24 | 18 | 33 | 24 | 3E |
| Octal | 302 | 270 | 174 | 0 | 5 | 44 | 30 | 63 | 44 | 76 |
| Binary | 11000010 | 10111000 | 1111100 | 0 | 101 | 100100 | 11000 | 110011 | 100100 | 111110 |
Color Harmonies of #C2B87C
Complementary color
Monochromatic Colors of #C2B87C
Black with #C2B87C
Text Example
Text Example
White with #C2B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B87C; }
p { color: rgb(194,184,124); }
H1.HeaderClassName
{
color: #C2B87C;
}
.AnyTagClassName
{
color: #C2B87C;
}
</style>
background-color css
<style>
a { background-color: #C2B87C; }
a { background-color: rgb(194,184,124); }
div.DivClassName
{
background-color: #C2B87C;
}
.BgClassName
{
background-color: #C2B87C;
}
</style>
border-color css
<style>
span { border-color: #C2B87C; }
span { border-color: rgb(194,184,124); }
td.TdClassName
{
border-color: #C2B87C;
}
.TagClassName
{
border-color: #C2B87C;
}
</style>