Shades of Yuma #CFBA81
Tints of Yuma #CFBA81
RGB
CMYK
RGB Variations
Color information
#CFBA81 (or 0xCFBA81) is known color: Yuma. HEX triplet: CF, BA and 81. RGB value is (207,186,129). Sum of RGB (Red+Green+Blue) = 207+186+129=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA81 is #30457E. Grayscale: #BABABA. Windows color (decimal): -3163519 or 8501967. OLE color: 8501967.
HSL color Cylindrical-coordinate representation of color #CFBA81: hue angle of 43.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFBA81 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 129 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.19 |
| HSL | 43.85º | 0.45% | 0.66% | - |
| HSV(B) | 43.85º | 0.38% | 0.81% | - |
| XYZ | 47.25 | 49.97 | 27.92 | - |
| YUV | 185.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 129 | 0 | 0.10 | 0.38 | 0.19 | 43.85 | 0.45 | 0.66 |
| Hex | CF | BA | 81 | 0 | A | 26 | 13 | 2C | 2D | 42 |
| Octal | 317 | 272 | 201 | 0 | 12 | 46 | 23 | 54 | 55 | 102 |
| Binary | 11001111 | 10111010 | 10000001 | 0 | 1010 | 100110 | 10011 | 101100 | 101101 | 1000010 |
Color Harmonies of #CFBA81
Complementary color
Monochromatic Colors of #CFBA81
Black with #CFBA81
Text Example
Text Example
White with #CFBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA81; }
p { color: rgb(207,186,129); }
H1.HeaderClassName
{
color: #CFBA81;
}
.AnyTagClassName
{
color: #CFBA81;
}
</style>
background-color css
<style>
a { background-color: #CFBA81; }
a { background-color: rgb(207,186,129); }
div.DivClassName
{
background-color: #CFBA81;
}
.BgClassName
{
background-color: #CFBA81;
}
</style>
border-color css
<style>
span { border-color: #CFBA81; }
span { border-color: rgb(207,186,129); }
td.TdClassName
{
border-color: #CFBA81;
}
.TagClassName
{
border-color: #CFBA81;
}
</style>