Shades of Yuma #C5B88A
Tints of Yuma #C5B88A
RGB
CMYK
RGB Variations
Color information
#C5B88A (or 0xC5B88A) is known color: Yuma. HEX triplet: C5, B8 and 8A. RGB value is (197,184,138). Sum of RGB (Red+Green+Blue) = 197+184+138=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B88A is #3A4775. Grayscale: #B6B6B6. Windows color (decimal): -3819382 or 9091269. OLE color: 9091269.
HSL color Cylindrical-coordinate representation of color #C5B88A: hue angle of 46.78º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B88A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 138 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.23 |
| HSL | 46.78º | 0.34% | 0.66% | - |
| HSV(B) | 46.78º | 0.3% | 0.77% | - |
| XYZ | 44.75 | 47.99 | 30.95 | - |
| YUV | 182.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 138 | 0 | 0.07 | 0.30 | 0.23 | 46.78 | 0.34 | 0.66 |
| Hex | C5 | B8 | 8A | 0 | 7 | 1E | 17 | 2F | 22 | 42 |
| Octal | 305 | 270 | 212 | 0 | 7 | 36 | 27 | 57 | 42 | 102 |
| Binary | 11000101 | 10111000 | 10001010 | 0 | 111 | 11110 | 10111 | 101111 | 100010 | 1000010 |
Color Harmonies of #C5B88A
Complementary color
Monochromatic Colors of #C5B88A
Black with #C5B88A
Text Example
Text Example
White with #C5B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B88A; }
p { color: rgb(197,184,138); }
H1.HeaderClassName
{
color: #C5B88A;
}
.AnyTagClassName
{
color: #C5B88A;
}
</style>
background-color css
<style>
a { background-color: #C5B88A; }
a { background-color: rgb(197,184,138); }
div.DivClassName
{
background-color: #C5B88A;
}
.BgClassName
{
background-color: #C5B88A;
}
</style>
border-color css
<style>
span { border-color: #C5B88A; }
span { border-color: rgb(197,184,138); }
td.TdClassName
{
border-color: #C5B88A;
}
.TagClassName
{
border-color: #C5B88A;
}
</style>