Shades of Yuma #C3B68D
Tints of Yuma #C3B68D
RGB
CMYK
RGB Variations
Color information
#C3B68D (or 0xC3B68D) is known color: Yuma. HEX triplet: C3, B6 and 8D. RGB value is (195,182,141). Sum of RGB (Red+Green+Blue) = 195+182+141=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B68D is #3C4972. Grayscale: #B5B5B5. Windows color (decimal): -3950963 or 9287363. OLE color: 9287363.
HSL color Cylindrical-coordinate representation of color #C3B68D: hue angle of 45.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B68D is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 141 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.24 |
| HSL | 45.56º | 0.31% | 0.66% | - |
| HSV(B) | 45.56º | 0.28% | 0.76% | - |
| XYZ | 44.04 | 46.98 | 31.95 | - |
| YUV | 181.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 141 | 0 | 0.07 | 0.28 | 0.24 | 45.56 | 0.31 | 0.66 |
| Hex | C3 | B6 | 8D | 0 | 7 | 1C | 18 | 2E | 1F | 42 |
| Octal | 303 | 266 | 215 | 0 | 7 | 34 | 30 | 56 | 37 | 102 |
| Binary | 11000011 | 10110110 | 10001101 | 0 | 111 | 11100 | 11000 | 101110 | 11111 | 1000010 |
Color Harmonies of #C3B68D
Complementary color
Monochromatic Colors of #C3B68D
Black with #C3B68D
Text Example
Text Example
White with #C3B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B68D; }
p { color: rgb(195,182,141); }
H1.HeaderClassName
{
color: #C3B68D;
}
.AnyTagClassName
{
color: #C3B68D;
}
</style>
background-color css
<style>
a { background-color: #C3B68D; }
a { background-color: rgb(195,182,141); }
div.DivClassName
{
background-color: #C3B68D;
}
.BgClassName
{
background-color: #C3B68D;
}
</style>
border-color css
<style>
span { border-color: #C3B68D; }
span { border-color: rgb(195,182,141); }
td.TdClassName
{
border-color: #C3B68D;
}
.TagClassName
{
border-color: #C3B68D;
}
</style>