Shades of Yuma #C8B48A
Tints of Yuma #C8B48A
RGB
CMYK
RGB Variations
Color information
#C8B48A (or 0xC8B48A) is known color: Yuma. HEX triplet: C8, B4 and 8A. RGB value is (200,180,138). Sum of RGB (Red+Green+Blue) = 200+180+138=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48A is #374B75. Grayscale: #B5B5B5. Windows color (decimal): -3623798 or 9090248. OLE color: 9090248.
HSL color Cylindrical-coordinate representation of color #C8B48A: hue angle of 40.65º 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 #C8B48A is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 138 | - |
| CMYK | 0 | 0.1 | 0.31 | 0.22 |
| HSL | 40.65º | 0.36% | 0.66% | - |
| HSV(B) | 40.65º | 0.31% | 0.78% | - |
| XYZ | 44.73 | 46.76 | 30.71 | - |
| YUV | 181.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 138 | 0 | 0.1 | 0.31 | 0.22 | 40.65 | 0.36 | 0.66 |
| Hex | C8 | B4 | 8A | 0 | A | 1F | 16 | 29 | 24 | 42 |
| Octal | 310 | 264 | 212 | 0 | 12 | 37 | 26 | 51 | 44 | 102 |
| Binary | 11001000 | 10110100 | 10001010 | 0 | 1010 | 11111 | 10110 | 101001 | 100100 | 1000010 |
Color Harmonies of #C8B48A
Complementary color
Monochromatic Colors of #C8B48A
Black with #C8B48A
Text Example
Text Example
White with #C8B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B48A; }
p { color: rgb(200,180,138); }
H1.HeaderClassName
{
color: #C8B48A;
}
.AnyTagClassName
{
color: #C8B48A;
}
</style>
background-color css
<style>
a { background-color: #C8B48A; }
a { background-color: rgb(200,180,138); }
div.DivClassName
{
background-color: #C8B48A;
}
.BgClassName
{
background-color: #C8B48A;
}
</style>
border-color css
<style>
span { border-color: #C8B48A; }
span { border-color: rgb(200,180,138); }
td.TdClassName
{
border-color: #C8B48A;
}
.TagClassName
{
border-color: #C8B48A;
}
</style>