Shades of Yuma #C1B87D
Tints of Yuma #C1B87D
RGB
CMYK
RGB Variations
Color information
#C1B87D (or 0xC1B87D) is known color: Yuma. HEX triplet: C1, B8 and 7D. RGB value is (193,184,125). Sum of RGB (Red+Green+Blue) = 193+184+125=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B87D is #3E4782. Grayscale: #B4B4B4. Windows color (decimal): -4081539 or 8239297. OLE color: 8239297.
HSL color Cylindrical-coordinate representation of color #C1B87D: hue angle of 52.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1B87D is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 125 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.24 |
| HSL | 52.06º | 0.35% | 0.62% | - |
| HSV(B) | 52.06º | 0.35% | 0.76% | - |
| XYZ | 42.83 | 47.1 | 26.24 | - |
| YUV | 179.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 125 | 0 | 0.05 | 0.35 | 0.24 | 52.06 | 0.35 | 0.62 |
| Hex | C1 | B8 | 7D | 0 | 5 | 23 | 18 | 34 | 23 | 3E |
| Octal | 301 | 270 | 175 | 0 | 5 | 43 | 30 | 64 | 43 | 76 |
| Binary | 11000001 | 10111000 | 1111101 | 0 | 101 | 100011 | 11000 | 110100 | 100011 | 111110 |
Color Harmonies of #C1B87D
Complementary color
Monochromatic Colors of #C1B87D
Black with #C1B87D
Text Example
Text Example
White with #C1B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B87D; }
p { color: rgb(193,184,125); }
H1.HeaderClassName
{
color: #C1B87D;
}
.AnyTagClassName
{
color: #C1B87D;
}
</style>
background-color css
<style>
a { background-color: #C1B87D; }
a { background-color: rgb(193,184,125); }
div.DivClassName
{
background-color: #C1B87D;
}
.BgClassName
{
background-color: #C1B87D;
}
</style>
border-color css
<style>
span { border-color: #C1B87D; }
span { border-color: rgb(193,184,125); }
td.TdClassName
{
border-color: #C1B87D;
}
.TagClassName
{
border-color: #C1B87D;
}
</style>