Shades of Yuma #C8BE8A
Tints of Yuma #C8BE8A
RGB
CMYK
RGB Variations
Color information
#C8BE8A (or 0xC8BE8A) is known color: Yuma. HEX triplet: C8, BE and 8A. RGB value is (200,190,138). Sum of RGB (Red+Green+Blue) = 200+190+138=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BE8A is #374175. Grayscale: #BBBBBB. Windows color (decimal): -3621238 or 9092808. OLE color: 9092808.
HSL color Cylindrical-coordinate representation of color #C8BE8A: hue angle of 50.32º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8BE8A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 138 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.22 |
| HSL | 50.32º | 0.36% | 0.66% | - |
| HSV(B) | 50.32º | 0.31% | 0.78% | - |
| XYZ | 46.82 | 50.94 | 31.41 | - |
| YUV | 187.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 138 | 0 | 0.05 | 0.31 | 0.22 | 50.32 | 0.36 | 0.66 |
| Hex | C8 | BE | 8A | 0 | 5 | 1F | 16 | 32 | 24 | 42 |
| Octal | 310 | 276 | 212 | 0 | 5 | 37 | 26 | 62 | 44 | 102 |
| Binary | 11001000 | 10111110 | 10001010 | 0 | 101 | 11111 | 10110 | 110010 | 100100 | 1000010 |
Color Harmonies of #C8BE8A
Complementary color
Monochromatic Colors of #C8BE8A
Black with #C8BE8A
Text Example
Text Example
White with #C8BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE8A; }
p { color: rgb(200,190,138); }
H1.HeaderClassName
{
color: #C8BE8A;
}
.AnyTagClassName
{
color: #C8BE8A;
}
</style>
background-color css
<style>
a { background-color: #C8BE8A; }
a { background-color: rgb(200,190,138); }
div.DivClassName
{
background-color: #C8BE8A;
}
.BgClassName
{
background-color: #C8BE8A;
}
</style>
border-color css
<style>
span { border-color: #C8BE8A; }
span { border-color: rgb(200,190,138); }
td.TdClassName
{
border-color: #C8BE8A;
}
.TagClassName
{
border-color: #C8BE8A;
}
</style>