Shades of Yuma #C2BB7B
Tints of Yuma #C2BB7B
RGB
CMYK
RGB Variations
Color information
#C2BB7B (or 0xC2BB7B) is known color: Yuma. HEX triplet: C2, BB and 7B. RGB value is (194,187,123). Sum of RGB (Red+Green+Blue) = 194+187+123=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB7B is #3D4484. Grayscale: #B6B6B6. Windows color (decimal): -4015237 or 8108994. OLE color: 8108994.
HSL color Cylindrical-coordinate representation of color #C2BB7B: hue angle of 54.08º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2BB7B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 123 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.24 |
| HSL | 54.08º | 0.37% | 0.62% | - |
| HSV(B) | 54.08º | 0.37% | 0.76% | - |
| XYZ | 43.59 | 48.44 | 25.79 | - |
| YUV | 181.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 123 | 0 | 0.04 | 0.37 | 0.24 | 54.08 | 0.37 | 0.62 |
| Hex | C2 | BB | 7B | 0 | 4 | 25 | 18 | 36 | 25 | 3E |
| Octal | 302 | 273 | 173 | 0 | 4 | 45 | 30 | 66 | 45 | 76 |
| Binary | 11000010 | 10111011 | 1111011 | 0 | 100 | 100101 | 11000 | 110110 | 100101 | 111110 |
Color Harmonies of #C2BB7B
Complementary color
Monochromatic Colors of #C2BB7B
Black with #C2BB7B
Text Example
Text Example
White with #C2BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB7B; }
p { color: rgb(194,187,123); }
H1.HeaderClassName
{
color: #C2BB7B;
}
.AnyTagClassName
{
color: #C2BB7B;
}
</style>
background-color css
<style>
a { background-color: #C2BB7B; }
a { background-color: rgb(194,187,123); }
div.DivClassName
{
background-color: #C2BB7B;
}
.BgClassName
{
background-color: #C2BB7B;
}
</style>
border-color css
<style>
span { border-color: #C2BB7B; }
span { border-color: rgb(194,187,123); }
td.TdClassName
{
border-color: #C2BB7B;
}
.TagClassName
{
border-color: #C2BB7B;
}
</style>