Shades of Yuma #C8BB8C
Tints of Yuma #C8BB8C
RGB
CMYK
RGB Variations
Color information
#C8BB8C (or 0xC8BB8C) is known color: Yuma. HEX triplet: C8, BB and 8C. RGB value is (200,187,140). Sum of RGB (Red+Green+Blue) = 200+187+140=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB8C is #374473. Grayscale: #B9B9B9. Windows color (decimal): -3622004 or 9223112. OLE color: 9223112.
HSL color Cylindrical-coordinate representation of color #C8BB8C: hue angle of 47º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8BB8C is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 140 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.22 |
| HSL | 47º | 0.35% | 0.67% | - |
| HSV(B) | 47º | 0.3% | 0.78% | - |
| XYZ | 46.32 | 49.71 | 31.97 | - |
| YUV | 185.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 140 | 0 | 0.06 | 0.3 | 0.22 | 47 | 0.35 | 0.67 |
| Hex | C8 | BB | 8C | 0 | 6 | 1E | 16 | 2F | 23 | 43 |
| Octal | 310 | 273 | 214 | 0 | 6 | 36 | 26 | 57 | 43 | 103 |
| Binary | 11001000 | 10111011 | 10001100 | 0 | 110 | 11110 | 10110 | 101111 | 100011 | 1000011 |
Color Harmonies of #C8BB8C
Complementary color
Monochromatic Colors of #C8BB8C
Black with #C8BB8C
Text Example
Text Example
White with #C8BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB8C; }
p { color: rgb(200,187,140); }
H1.HeaderClassName
{
color: #C8BB8C;
}
.AnyTagClassName
{
color: #C8BB8C;
}
</style>
background-color css
<style>
a { background-color: #C8BB8C; }
a { background-color: rgb(200,187,140); }
div.DivClassName
{
background-color: #C8BB8C;
}
.BgClassName
{
background-color: #C8BB8C;
}
</style>
border-color css
<style>
span { border-color: #C8BB8C; }
span { border-color: rgb(200,187,140); }
td.TdClassName
{
border-color: #C8BB8C;
}
.TagClassName
{
border-color: #C8BB8C;
}
</style>