Shades of Yuma #C2BB7F
Tints of Yuma #C2BB7F
RGB
CMYK
RGB Variations
Color information
#C2BB7F (or 0xC2BB7F) is known color: Yuma. HEX triplet: C2, BB and 7F. RGB value is (194,187,127). Sum of RGB (Red+Green+Blue) = 194+187+127=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB7F is #3D4480. Grayscale: #B6B6B6. Windows color (decimal): -4015233 or 8371138. OLE color: 8371138.
HSL color Cylindrical-coordinate representation of color #C2BB7F: hue angle of 53.73º 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 #C2BB7F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 127 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.24 |
| HSL | 53.73º | 0.35% | 0.63% | - |
| HSV(B) | 53.73º | 0.35% | 0.76% | - |
| XYZ | 43.85 | 48.54 | 27.14 | - |
| YUV | 182.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 127 | 0 | 0.04 | 0.35 | 0.24 | 53.73 | 0.35 | 0.63 |
| Hex | C2 | BB | 7F | 0 | 4 | 23 | 18 | 36 | 23 | 3F |
| Octal | 302 | 273 | 177 | 0 | 4 | 43 | 30 | 66 | 43 | 77 |
| Binary | 11000010 | 10111011 | 1111111 | 0 | 100 | 100011 | 11000 | 110110 | 100011 | 111111 |
Color Harmonies of #C2BB7F
Complementary color
Monochromatic Colors of #C2BB7F
Black with #C2BB7F
Text Example
Text Example
White with #C2BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB7F; }
p { color: rgb(194,187,127); }
H1.HeaderClassName
{
color: #C2BB7F;
}
.AnyTagClassName
{
color: #C2BB7F;
}
</style>
background-color css
<style>
a { background-color: #C2BB7F; }
a { background-color: rgb(194,187,127); }
div.DivClassName
{
background-color: #C2BB7F;
}
.BgClassName
{
background-color: #C2BB7F;
}
</style>
border-color css
<style>
span { border-color: #C2BB7F; }
span { border-color: rgb(194,187,127); }
td.TdClassName
{
border-color: #C2BB7F;
}
.TagClassName
{
border-color: #C2BB7F;
}
</style>