Shades of Yuma #C9B88A
Tints of Yuma #C9B88A
RGB
CMYK
RGB Variations
Color information
#C9B88A (or 0xC9B88A) is known color: Yuma. HEX triplet: C9, B8 and 8A. RGB value is (201,184,138). Sum of RGB (Red+Green+Blue) = 201+184+138=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B88A is #364775. Grayscale: #B8B8B8. Windows color (decimal): -3557238 or 9091273. OLE color: 9091273.
HSL color Cylindrical-coordinate representation of color #C9B88A: hue angle of 43.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B88A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 138 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.21 |
| HSL | 43.81º | 0.37% | 0.66% | - |
| HSV(B) | 43.81º | 0.31% | 0.79% | - |
| XYZ | 45.82 | 48.53 | 31 | - |
| YUV | 183.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 138 | 0 | 0.08 | 0.31 | 0.21 | 43.81 | 0.37 | 0.66 |
| Hex | C9 | B8 | 8A | 0 | 8 | 1F | 15 | 2C | 25 | 42 |
| Octal | 311 | 270 | 212 | 0 | 10 | 37 | 25 | 54 | 45 | 102 |
| Binary | 11001001 | 10111000 | 10001010 | 0 | 1000 | 11111 | 10101 | 101100 | 100101 | 1000010 |
Color Harmonies of #C9B88A
Complementary color
Monochromatic Colors of #C9B88A
Black with #C9B88A
Text Example
Text Example
White with #C9B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B88A; }
p { color: rgb(201,184,138); }
H1.HeaderClassName
{
color: #C9B88A;
}
.AnyTagClassName
{
color: #C9B88A;
}
</style>
background-color css
<style>
a { background-color: #C9B88A; }
a { background-color: rgb(201,184,138); }
div.DivClassName
{
background-color: #C9B88A;
}
.BgClassName
{
background-color: #C9B88A;
}
</style>
border-color css
<style>
span { border-color: #C9B88A; }
span { border-color: rgb(201,184,138); }
td.TdClassName
{
border-color: #C9B88A;
}
.TagClassName
{
border-color: #C9B88A;
}
</style>