Shades of Yuma #C8B58C
Tints of Yuma #C8B58C
RGB
CMYK
RGB Variations
Color information
#C8B58C (or 0xC8B58C) is known color: Yuma. HEX triplet: C8, B5 and 8C. RGB value is (200,181,140). Sum of RGB (Red+Green+Blue) = 200+181+140=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B58C is #374A73. Grayscale: #B6B6B6. Windows color (decimal): -3623540 or 9221576. OLE color: 9221576.
HSL color Cylindrical-coordinate representation of color #C8B58C: hue angle of 41º 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 #C8B58C is Cyan = 0, Magento = 0.09, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 140 | - |
| CMYK | 0 | 0.09 | 0.3 | 0.22 |
| HSL | 41º | 0.35% | 0.67% | - |
| HSV(B) | 41º | 0.3% | 0.78% | - |
| XYZ | 45.08 | 47.22 | 31.55 | - |
| YUV | 182.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 140 | 0 | 0.09 | 0.3 | 0.22 | 41 | 0.35 | 0.67 |
| Hex | C8 | B5 | 8C | 0 | 9 | 1E | 16 | 29 | 23 | 43 |
| Octal | 310 | 265 | 214 | 0 | 11 | 36 | 26 | 51 | 43 | 103 |
| Binary | 11001000 | 10110101 | 10001100 | 0 | 1001 | 11110 | 10110 | 101001 | 100011 | 1000011 |
Color Harmonies of #C8B58C
Complementary color
Monochromatic Colors of #C8B58C
Black with #C8B58C
Text Example
Text Example
White with #C8B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B58C; }
p { color: rgb(200,181,140); }
H1.HeaderClassName
{
color: #C8B58C;
}
.AnyTagClassName
{
color: #C8B58C;
}
</style>
background-color css
<style>
a { background-color: #C8B58C; }
a { background-color: rgb(200,181,140); }
div.DivClassName
{
background-color: #C8B58C;
}
.BgClassName
{
background-color: #C8B58C;
}
</style>
border-color css
<style>
span { border-color: #C8B58C; }
span { border-color: rgb(200,181,140); }
td.TdClassName
{
border-color: #C8B58C;
}
.TagClassName
{
border-color: #C8B58C;
}
</style>