Shades of Yuma #C8BD90
Tints of Yuma #C8BD90
RGB
CMYK
RGB Variations
Color information
#C8BD90 (or 0xC8BD90) is known color: Yuma. HEX triplet: C8, BD and 90. RGB value is (200,189,144). Sum of RGB (Red+Green+Blue) = 200+189+144=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD90 is #37426F. Grayscale: #BBBBBB. Windows color (decimal): -3621488 or 9485768. OLE color: 9485768.
HSL color Cylindrical-coordinate representation of color #C8BD90: hue angle of 48.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8BD90 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 144 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.22 |
| HSL | 48.21º | 0.34% | 0.67% | - |
| HSV(B) | 48.21º | 0.28% | 0.78% | - |
| XYZ | 47.05 | 50.69 | 33.69 | - |
| YUV | 187.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 144 | 0 | 0.06 | 0.28 | 0.22 | 48.21 | 0.34 | 0.67 |
| Hex | C8 | BD | 90 | 0 | 6 | 1C | 16 | 30 | 22 | 43 |
| Octal | 310 | 275 | 220 | 0 | 6 | 34 | 26 | 60 | 42 | 103 |
| Binary | 11001000 | 10111101 | 10010000 | 0 | 110 | 11100 | 10110 | 110000 | 100010 | 1000011 |
Color Harmonies of #C8BD90
Complementary color
Monochromatic Colors of #C8BD90
Black with #C8BD90
Text Example
Text Example
White with #C8BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD90; }
p { color: rgb(200,189,144); }
H1.HeaderClassName
{
color: #C8BD90;
}
.AnyTagClassName
{
color: #C8BD90;
}
</style>
background-color css
<style>
a { background-color: #C8BD90; }
a { background-color: rgb(200,189,144); }
div.DivClassName
{
background-color: #C8BD90;
}
.BgClassName
{
background-color: #C8BD90;
}
</style>
border-color css
<style>
span { border-color: #C8BD90; }
span { border-color: rgb(200,189,144); }
td.TdClassName
{
border-color: #C8BD90;
}
.TagClassName
{
border-color: #C8BD90;
}
</style>