Shades of Yuma #C3B68B
Tints of Yuma #C3B68B
RGB
CMYK
RGB Variations
Color information
#C3B68B (or 0xC3B68B) is known color: Yuma. HEX triplet: C3, B6 and 8B. RGB value is (195,182,139). Sum of RGB (Red+Green+Blue) = 195+182+139=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B68B is #3C4974. Grayscale: #B5B5B5. Windows color (decimal): -3950965 or 9156291. OLE color: 9156291.
HSL color Cylindrical-coordinate representation of color #C3B68B: hue angle of 46.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3B68B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 139 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.24 |
| HSL | 46.07º | 0.32% | 0.65% | - |
| HSV(B) | 46.07º | 0.29% | 0.76% | - |
| XYZ | 43.89 | 46.92 | 31.17 | - |
| YUV | 180.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 139 | 0 | 0.07 | 0.29 | 0.24 | 46.07 | 0.32 | 0.65 |
| Hex | C3 | B6 | 8B | 0 | 7 | 1D | 18 | 2E | 20 | 41 |
| Octal | 303 | 266 | 213 | 0 | 7 | 35 | 30 | 56 | 40 | 101 |
| Binary | 11000011 | 10110110 | 10001011 | 0 | 111 | 11101 | 11000 | 101110 | 100000 | 1000001 |
Color Harmonies of #C3B68B
Complementary color
Monochromatic Colors of #C3B68B
Black with #C3B68B
Text Example
Text Example
White with #C3B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B68B; }
p { color: rgb(195,182,139); }
H1.HeaderClassName
{
color: #C3B68B;
}
.AnyTagClassName
{
color: #C3B68B;
}
</style>
background-color css
<style>
a { background-color: #C3B68B; }
a { background-color: rgb(195,182,139); }
div.DivClassName
{
background-color: #C3B68B;
}
.BgClassName
{
background-color: #C3B68B;
}
</style>
border-color css
<style>
span { border-color: #C3B68B; }
span { border-color: rgb(195,182,139); }
td.TdClassName
{
border-color: #C3B68B;
}
.TagClassName
{
border-color: #C3B68B;
}
</style>