Shades of Yuma #C8B78A
Tints of Yuma #C8B78A
RGB
CMYK
RGB Variations
Color information
#C8B78A (or 0xC8B78A) is known color: Yuma. HEX triplet: C8, B7 and 8A. RGB value is (200,183,138). Sum of RGB (Red+Green+Blue) = 200+183+138=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B78A is #374875. Grayscale: #B7B7B7. Windows color (decimal): -3623030 or 9091016. OLE color: 9091016.
HSL color Cylindrical-coordinate representation of color #C8B78A: hue angle of 43.55º 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 #C8B78A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 138 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.22 |
| HSL | 43.55º | 0.36% | 0.66% | - |
| HSV(B) | 43.55º | 0.31% | 0.78% | - |
| XYZ | 45.34 | 47.98 | 30.92 | - |
| YUV | 182.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 138 | 0 | 0.08 | 0.31 | 0.22 | 43.55 | 0.36 | 0.66 |
| Hex | C8 | B7 | 8A | 0 | 8 | 1F | 16 | 2C | 24 | 42 |
| Octal | 310 | 267 | 212 | 0 | 10 | 37 | 26 | 54 | 44 | 102 |
| Binary | 11001000 | 10110111 | 10001010 | 0 | 1000 | 11111 | 10110 | 101100 | 100100 | 1000010 |
Color Harmonies of #C8B78A
Complementary color
Monochromatic Colors of #C8B78A
Black with #C8B78A
Text Example
Text Example
White with #C8B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B78A; }
p { color: rgb(200,183,138); }
H1.HeaderClassName
{
color: #C8B78A;
}
.AnyTagClassName
{
color: #C8B78A;
}
</style>
background-color css
<style>
a { background-color: #C8B78A; }
a { background-color: rgb(200,183,138); }
div.DivClassName
{
background-color: #C8B78A;
}
.BgClassName
{
background-color: #C8B78A;
}
</style>
border-color css
<style>
span { border-color: #C8B78A; }
span { border-color: rgb(200,183,138); }
td.TdClassName
{
border-color: #C8B78A;
}
.TagClassName
{
border-color: #C8B78A;
}
</style>