Shades of Yuma #C8BE83
Tints of Yuma #C8BE83
RGB
CMYK
RGB Variations
Color information
#C8BE83 (or 0xC8BE83) is known color: Yuma. HEX triplet: C8, BE and 83. RGB value is (200,190,131). Sum of RGB (Red+Green+Blue) = 200+190+131=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE83 is #37417C. Grayscale: #BABABA. Windows color (decimal): -3621245 or 8634056. OLE color: 8634056.
HSL color Cylindrical-coordinate representation of color #C8BE83: hue angle of 51.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8BE83 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 131 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.22 |
| HSL | 51.3º | 0.39% | 0.65% | - |
| HSV(B) | 51.3º | 0.35% | 0.78% | - |
| XYZ | 46.33 | 50.74 | 28.83 | - |
| YUV | 186.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 131 | 0 | 0.05 | 0.34 | 0.22 | 51.3 | 0.39 | 0.65 |
| Hex | C8 | BE | 83 | 0 | 5 | 22 | 16 | 33 | 27 | 41 |
| Octal | 310 | 276 | 203 | 0 | 5 | 42 | 26 | 63 | 47 | 101 |
| Binary | 11001000 | 10111110 | 10000011 | 0 | 101 | 100010 | 10110 | 110011 | 100111 | 1000001 |
Color Harmonies of #C8BE83
Complementary color
Monochromatic Colors of #C8BE83
Black with #C8BE83
Text Example
Text Example
White with #C8BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE83; }
p { color: rgb(200,190,131); }
H1.HeaderClassName
{
color: #C8BE83;
}
.AnyTagClassName
{
color: #C8BE83;
}
</style>
background-color css
<style>
a { background-color: #C8BE83; }
a { background-color: rgb(200,190,131); }
div.DivClassName
{
background-color: #C8BE83;
}
.BgClassName
{
background-color: #C8BE83;
}
</style>
border-color css
<style>
span { border-color: #C8BE83; }
span { border-color: rgb(200,190,131); }
td.TdClassName
{
border-color: #C8BE83;
}
.TagClassName
{
border-color: #C8BE83;
}
</style>