Shades of Yuma #C2B97D
Tints of Yuma #C2B97D
RGB
CMYK
RGB Variations
Color information
#C2B97D (or 0xC2B97D) is known color: Yuma. HEX triplet: C2, B9 and 7D. RGB value is (194,185,125). Sum of RGB (Red+Green+Blue) = 194+185+125=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B97D is #3D4682. Grayscale: #B5B5B5. Windows color (decimal): -4015747 or 8239554. OLE color: 8239554.
HSL color Cylindrical-coordinate representation of color #C2B97D: hue angle of 52.17º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B97D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 125 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.24 |
| HSL | 52.17º | 0.36% | 0.63% | - |
| HSV(B) | 52.17º | 0.36% | 0.76% | - |
| XYZ | 43.3 | 47.65 | 26.32 | - |
| YUV | 180.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 125 | 0 | 0.05 | 0.36 | 0.24 | 52.17 | 0.36 | 0.63 |
| Hex | C2 | B9 | 7D | 0 | 5 | 24 | 18 | 34 | 24 | 3F |
| Octal | 302 | 271 | 175 | 0 | 5 | 44 | 30 | 64 | 44 | 77 |
| Binary | 11000010 | 10111001 | 1111101 | 0 | 101 | 100100 | 11000 | 110100 | 100100 | 111111 |
Color Harmonies of #C2B97D
Complementary color
Monochromatic Colors of #C2B97D
Black with #C2B97D
Text Example
Text Example
White with #C2B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B97D; }
p { color: rgb(194,185,125); }
H1.HeaderClassName
{
color: #C2B97D;
}
.AnyTagClassName
{
color: #C2B97D;
}
</style>
background-color css
<style>
a { background-color: #C2B97D; }
a { background-color: rgb(194,185,125); }
div.DivClassName
{
background-color: #C2B97D;
}
.BgClassName
{
background-color: #C2B97D;
}
</style>
border-color css
<style>
span { border-color: #C2B97D; }
span { border-color: rgb(194,185,125); }
td.TdClassName
{
border-color: #C2B97D;
}
.TagClassName
{
border-color: #C2B97D;
}
</style>