Shades of Yuma #C1B87A
Tints of Yuma #C1B87A
RGB
CMYK
RGB Variations
Color information
#C1B87A (or 0xC1B87A) is known color: Yuma. HEX triplet: C1, B8 and 7A. RGB value is (193,184,122). Sum of RGB (Red+Green+Blue) = 193+184+122=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B87A is #3E4785. Grayscale: #B3B3B3. Windows color (decimal): -4081542 or 8042689. OLE color: 8042689.
HSL color Cylindrical-coordinate representation of color #C1B87A: hue angle of 52.39º degrees, saturation: 0.36, 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 #C1B87A is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 122 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.24 |
| HSL | 52.39º | 0.36% | 0.62% | - |
| HSV(B) | 52.39º | 0.37% | 0.76% | - |
| XYZ | 42.65 | 47.02 | 25.24 | - |
| YUV | 179.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 122 | 0 | 0.05 | 0.37 | 0.24 | 52.39 | 0.36 | 0.62 |
| Hex | C1 | B8 | 7A | 0 | 5 | 25 | 18 | 34 | 24 | 3E |
| Octal | 301 | 270 | 172 | 0 | 5 | 45 | 30 | 64 | 44 | 76 |
| Binary | 11000001 | 10111000 | 1111010 | 0 | 101 | 100101 | 11000 | 110100 | 100100 | 111110 |
Color Harmonies of #C1B87A
Complementary color
Monochromatic Colors of #C1B87A
Black with #C1B87A
Text Example
Text Example
White with #C1B87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B87A; }
p { color: rgb(193,184,122); }
H1.HeaderClassName
{
color: #C1B87A;
}
.AnyTagClassName
{
color: #C1B87A;
}
</style>
background-color css
<style>
a { background-color: #C1B87A; }
a { background-color: rgb(193,184,122); }
div.DivClassName
{
background-color: #C1B87A;
}
.BgClassName
{
background-color: #C1B87A;
}
</style>
border-color css
<style>
span { border-color: #C1B87A; }
span { border-color: rgb(193,184,122); }
td.TdClassName
{
border-color: #C1B87A;
}
.TagClassName
{
border-color: #C1B87A;
}
</style>