Shades of Yuma #C3B685
Tints of Yuma #C3B685
RGB
CMYK
RGB Variations
Color information
#C3B685 (or 0xC3B685) is known color: Yuma. HEX triplet: C3, B6 and 85. RGB value is (195,182,133). Sum of RGB (Red+Green+Blue) = 195+182+133=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B685 is #3C497A. Grayscale: #B4B4B4. Windows color (decimal): -3950971 or 8763075. OLE color: 8763075.
HSL color Cylindrical-coordinate representation of color #C3B685: hue angle of 47.42º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3B685 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 133 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.24 |
| HSL | 47.42º | 0.34% | 0.64% | - |
| HSV(B) | 47.42º | 0.32% | 0.76% | - |
| XYZ | 43.47 | 46.75 | 28.92 | - |
| YUV | 180.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 133 | 0 | 0.07 | 0.32 | 0.24 | 47.42 | 0.34 | 0.64 |
| Hex | C3 | B6 | 85 | 0 | 7 | 20 | 18 | 2F | 22 | 40 |
| Octal | 303 | 266 | 205 | 0 | 7 | 40 | 30 | 57 | 42 | 100 |
| Binary | 11000011 | 10110110 | 10000101 | 0 | 111 | 100000 | 11000 | 101111 | 100010 | 1000000 |
Color Harmonies of #C3B685
Complementary color
Monochromatic Colors of #C3B685
Black with #C3B685
Text Example
Text Example
White with #C3B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B685; }
p { color: rgb(195,182,133); }
H1.HeaderClassName
{
color: #C3B685;
}
.AnyTagClassName
{
color: #C3B685;
}
</style>
background-color css
<style>
a { background-color: #C3B685; }
a { background-color: rgb(195,182,133); }
div.DivClassName
{
background-color: #C3B685;
}
.BgClassName
{
background-color: #C3B685;
}
</style>
border-color css
<style>
span { border-color: #C3B685; }
span { border-color: rgb(195,182,133); }
td.TdClassName
{
border-color: #C3B685;
}
.TagClassName
{
border-color: #C3B685;
}
</style>