Shades of Yuma #C4B68A
Tints of Yuma #C4B68A
RGB
CMYK
RGB Variations
Color information
#C4B68A (or 0xC4B68A) is known color: Yuma. HEX triplet: C4, B6 and 8A. RGB value is (196,182,138). Sum of RGB (Red+Green+Blue) = 196+182+138=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B68A is #3B4975. Grayscale: #B5B5B5. Windows color (decimal): -3885430 or 9090756. OLE color: 9090756.
HSL color Cylindrical-coordinate representation of color #C4B68A: hue angle of 45.52º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B68A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 138 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.23 |
| HSL | 45.52º | 0.33% | 0.65% | - |
| HSV(B) | 45.52º | 0.3% | 0.77% | - |
| XYZ | 44.08 | 47.03 | 30.8 | - |
| YUV | 181.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 138 | 0 | 0.07 | 0.30 | 0.23 | 45.52 | 0.33 | 0.65 |
| Hex | C4 | B6 | 8A | 0 | 7 | 1E | 17 | 2E | 21 | 41 |
| Octal | 304 | 266 | 212 | 0 | 7 | 36 | 27 | 56 | 41 | 101 |
| Binary | 11000100 | 10110110 | 10001010 | 0 | 111 | 11110 | 10111 | 101110 | 100001 | 1000001 |
Color Harmonies of #C4B68A
Complementary color
Monochromatic Colors of #C4B68A
Black with #C4B68A
Text Example
Text Example
White with #C4B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B68A; }
p { color: rgb(196,182,138); }
H1.HeaderClassName
{
color: #C4B68A;
}
.AnyTagClassName
{
color: #C4B68A;
}
</style>
background-color css
<style>
a { background-color: #C4B68A; }
a { background-color: rgb(196,182,138); }
div.DivClassName
{
background-color: #C4B68A;
}
.BgClassName
{
background-color: #C4B68A;
}
</style>
border-color css
<style>
span { border-color: #C4B68A; }
span { border-color: rgb(196,182,138); }
td.TdClassName
{
border-color: #C4B68A;
}
.TagClassName
{
border-color: #C4B68A;
}
</style>