Shades of Yuma #C2B688
Tints of Yuma #C2B688
RGB
CMYK
RGB Variations
Color information
#C2B688 (or 0xC2B688) is known color: Yuma. HEX triplet: C2, B6 and 88. RGB value is (194,182,136). Sum of RGB (Red+Green+Blue) = 194+182+136=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B688 is #3D4977. Grayscale: #B4B4B4. Windows color (decimal): -4016504 or 8959682. OLE color: 8959682.
HSL color Cylindrical-coordinate representation of color #C2B688: hue angle of 47.59º degrees, saturation: 0.32, 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 #C2B688 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 136 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.24 |
| HSL | 47.59º | 0.32% | 0.65% | - |
| HSV(B) | 47.59º | 0.3% | 0.76% | - |
| XYZ | 43.42 | 46.7 | 30.02 | - |
| YUV | 180.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 136 | 0 | 0.06 | 0.30 | 0.24 | 47.59 | 0.32 | 0.65 |
| Hex | C2 | B6 | 88 | 0 | 6 | 1E | 18 | 30 | 20 | 41 |
| Octal | 302 | 266 | 210 | 0 | 6 | 36 | 30 | 60 | 40 | 101 |
| Binary | 11000010 | 10110110 | 10001000 | 0 | 110 | 11110 | 11000 | 110000 | 100000 | 1000001 |
Color Harmonies of #C2B688
Complementary color
Monochromatic Colors of #C2B688
Black with #C2B688
Text Example
Text Example
White with #C2B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B688; }
p { color: rgb(194,182,136); }
H1.HeaderClassName
{
color: #C2B688;
}
.AnyTagClassName
{
color: #C2B688;
}
</style>
background-color css
<style>
a { background-color: #C2B688; }
a { background-color: rgb(194,182,136); }
div.DivClassName
{
background-color: #C2B688;
}
.BgClassName
{
background-color: #C2B688;
}
</style>
border-color css
<style>
span { border-color: #C2B688; }
span { border-color: rgb(194,182,136); }
td.TdClassName
{
border-color: #C2B688;
}
.TagClassName
{
border-color: #C2B688;
}
</style>