Shades of Yuma #C3B788
Tints of Yuma #C3B788
RGB
CMYK
RGB Variations
Color information
#C3B788 (or 0xC3B788) is known color: Yuma. HEX triplet: C3, B7 and 88. RGB value is (195,183,136). Sum of RGB (Red+Green+Blue) = 195+183+136=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B788 is #3C4877. Grayscale: #B5B5B5. Windows color (decimal): -3950712 or 8959939. OLE color: 8959939.
HSL color Cylindrical-coordinate representation of color #C3B788: hue angle of 47.8º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3B788 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 136 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.24 |
| HSL | 47.8º | 0.33% | 0.65% | - |
| HSV(B) | 47.8º | 0.3% | 0.76% | - |
| XYZ | 43.88 | 47.25 | 30.1 | - |
| YUV | 181.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 136 | 0 | 0.06 | 0.30 | 0.24 | 47.8 | 0.33 | 0.65 |
| Hex | C3 | B7 | 88 | 0 | 6 | 1E | 18 | 30 | 21 | 41 |
| Octal | 303 | 267 | 210 | 0 | 6 | 36 | 30 | 60 | 41 | 101 |
| Binary | 11000011 | 10110111 | 10001000 | 0 | 110 | 11110 | 11000 | 110000 | 100001 | 1000001 |
Color Harmonies of #C3B788
Complementary color
Monochromatic Colors of #C3B788
Black with #C3B788
Text Example
Text Example
White with #C3B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B788; }
p { color: rgb(195,183,136); }
H1.HeaderClassName
{
color: #C3B788;
}
.AnyTagClassName
{
color: #C3B788;
}
</style>
background-color css
<style>
a { background-color: #C3B788; }
a { background-color: rgb(195,183,136); }
div.DivClassName
{
background-color: #C3B788;
}
.BgClassName
{
background-color: #C3B788;
}
</style>
border-color css
<style>
span { border-color: #C3B788; }
span { border-color: rgb(195,183,136); }
td.TdClassName
{
border-color: #C3B788;
}
.TagClassName
{
border-color: #C3B788;
}
</style>